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