Skip to content

UnsupportedTransferEncoding

[Source]

Transfer-Encoding names a transfer coding the server does not implement.

Stallion only understands chunked. Any other coding (e.g. gzip), alone or alongside chunked, is rejected per RFC 9112 ยง6.3.

primitive val UnsupportedTransferEncoding

Constructors

create

[Source]

new val create()
: UnsupportedTransferEncoding val^

Returns


Public Functions

string

[Source]

fun box string()
: String iso^

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns