Skip to content

InvalidTransferEncoding

[Source]

Transfer-Encoding is syntactically valid but cannot frame the message.

Raised when the field is empty, lists chunked more than once, or applies chunked before the final coding (RFC 9112 §6.1/§6.3). The message length is undeterminable, so the request is rejected.

primitive val InvalidTransferEncoding

Constructors

create

[Source]

new val create()
: InvalidTransferEncoding val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

fun box eq(
  that: InvalidTransferEncoding val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: InvalidTransferEncoding val)
: Bool val

Parameters

Returns