Crate noggin_parser

Source
Expand description

Do not import or use this crate directly, import and use noggin instead. See: noggin

Enums§

Error

Traits§

FromHeaderValue
The FromHeaderValue trait provides a mechanism for parsing individual HTTP header values from string slices.
HeadParser
The HeadParser trait provides a way to parse HTTP headers and potentially returns the parsed headers and the remaining body of an HTTP message.