pub type HeaderValue = Vec<u8>;
Friendly alias for a vector of bytes containing a header value.
struct HeaderValue { /* private fields */ }