Expand description
Utility functions for Header implementations.
Structs§
- Extended
Value - An extended header parameter value (i.e., tagged with a character set and optionally, a language), as defined in RFC 5987.
Functions§
- fmt_
comma_ delimited - Format an array into a comma-delimited string.
- from_
comma_ delimited - Reads a comma-delimited raw header into a Vec.
- from_
one_ raw_ str - Reads a single raw string when parsing a header.
- from_
raw_ str - Reads a raw string into a value.
- http_
percent_ encode - Percent encode a sequence of bytes with a character set defined in https://tools.ietf.org/html/rfc5987#section-3.2
- parse_
extended_ value - Parses extended header parameter values (
ext-value
), as defined in RFC 5987.