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.