Module byte

Source
Expand description

Byte verification functions.

Functionsยง

is_header_field
Indicates that a byte is allowed in non-quoted header field.
is_quoted_header_field
Indicates that a byte is allowed in a quoted header field.
is_token
Indicates that a byte is a HTTP token.