pub fn parse<'a, H>( input: &'a mut Input<'_>, ) -> Result<Option<&'a H::Value>, Error>where H: HeaderField,
Parses the header field.