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