hyper::http::RawHeaderLine [-] [+] [src]

type RawHeaderLine = (String, Vec<u8>);

The raw bytes when parsing a header line.

A String and Vec, divided by COLON (:). The String is guaranteed to be all tokens. See is_token source for all valid characters.