pub fn header(input: &[u8]) -> IResult<&[u8], Header>
Expand description

A nom parser for response headers. Fails on invalid utf-8.