InvalidChunk¶
A chunk-size line is malformed.
The chunk-size must be 1*HEXDIG (RFC 9112 ยง7.1). Rejected: a non-hex chunk
size, garbage after the size, an empty size line, or a missing CRLF after the
chunk data. (Forbidden bytes in a chunk extension are InvalidChunkExtension;
a bare CR or LF in a chunk line is BareCRLF.)
Constructors¶
create¶
Returns¶
- InvalidChunk val^
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: InvalidChunk val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InvalidChunk val
Returns¶
- Bool val