Skip to main content

parse

Function parse 

Source
pub fn parse<'a, H>(
    input: &'a mut Input<'_>,
) -> Result<Option<&'a H::Value>, Error>
where H: HeaderField,
Expand description

Parses the header field.