ktor-server-host-common / io.ktor.server.engine / BaseApplicationResponse / BodyLengthIsTooLong

BodyLengthIsTooLong

class BodyLengthIsTooLong : IllegalStateException, CopyableThrowable<BodyLengthIsTooLong>

Content's actual body size doesn't match the provided one in Content-Length header

Constructors

<init>

BodyLengthIsTooLong(expected: Long)

Content's actual body size doesn't match the provided one in Content-Length header

Functions

createCopy

fun createCopy(): BodyLengthIsTooLong?