Skip to main content

header_map

Function header_map 

Source
pub fn header_map<HN, HV>(
    headers: impl IntoIterator<Item = (HN, HV)>,
) -> HeaderMap
where HN: AsRef<str>, HV: AsRef<str>,