Expand description
Do not import or use this crate directly, import and use noggin
instead.
See: noggin
Enums§
Traits§
- From
Header Value - The
FromHeaderValue
trait provides a mechanism for parsing individual HTTP header values from string slices. - Head
Parser - The
HeadParser
trait provides a way to parse HTTP headers and potentially returns the parsed headers and the remaining body of an HTTP message.