Expand description
Parsing utilities.
Functionsยง
- parse_
name_ value_ fields - Parse a HTTP-like fields of name-value pairs.
- parse_
u64_ strict - Parse a value into a
u64. - remove_
line_ folding - Remove line folding from a HTTP-like field value.
- scan_
header_ deliminator - Get the index (inclusive) of the header deliminator (an empty line).
- validate_
field_ name - Returns whether the value is a valid name in a HTTP-like field.
- validate_
field_ value - Returns whether the value is a valid value in a HTTP-like field.