ktor-server-core / io.ktor.request / RequestAlreadyConsumedException / <init>

<init>

RequestAlreadyConsumedException()

Thrown when a request body has been already received. Usually it is caused by double ApplicationCall.receive invocation.