InvalidFieldName¶
A header or trailer field name is not a valid token.
The name must be 1*tchar (RFC 9110 §5.6.2, RFC 9112 §5.1). Rejected: a
non-token character, interior whitespace, whitespace between the name and the
colon, an empty name, or a missing colon.
Constructors¶
create¶
Returns¶
- InvalidFieldName val^
Public Functions¶
string¶
Returns¶
- String iso^
eq¶
Parameters¶
- that: InvalidFieldName val
Returns¶
- Bool val
ne¶
Parameters¶
- that: InvalidFieldName val
Returns¶
- Bool val