InvalidTransferEncoding¶
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.
Constructors¶
create¶
Returns¶
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: InvalidTransferEncoding val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InvalidTransferEncoding val
Returns¶
- Bool val