InvalidChunkExtension¶
A chunk extension contains forbidden or malformed bytes.
A chunk-ext is
*( BWS ";" BWS chunk-ext-name [ BWS "=" BWS chunk-ext-val ] )
where names are tokens and values are token or quoted-string
(RFC 9112 §7.1.1).
Optional whitespace within the extension list is tolerated; whitespace between
the chunk-size and the first ; is rejected as InvalidChunk
(RFC 9110 §5.6.3 permits rejecting BWS). Unvalidated
chunk-extension bytes are a smuggling surface, so they are parsed
rather than skipped to CRLF.
Constructors¶
create¶
Returns¶
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: InvalidChunkExtension val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InvalidChunkExtension val
Returns¶
- Bool val