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