InvalidFieldValue¶
A header or trailer field value contains a forbidden byte.
RFC 9110 ยง5.5 requires rejecting a field value containing NUL. (Bare CR and
LF in a value are caught earlier by the line policy as BareCRLF; this error
covers the remaining forbidden byte, NUL.)
Constructors¶
create¶
Returns¶
- InvalidFieldValue val^
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: InvalidFieldValue val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InvalidFieldValue val
Returns¶
- Bool val