normalize_headers

Function normalize_headers 

Source
pub fn normalize_headers(
    headers: &HeaderMap<HeaderValue>,
) -> HashMap<String, Vec<Vec<u8>>>
Available on crate feature unstable only.
Expand description

Returns a sorted dictionary containing the header names and their values.