pub type HeaderValue = Vec<u8>;
Expand description

Friendly alias for a vector of bytes containing a header value.

Aliased Type§

struct HeaderValue { /* private fields */ }