Skip to main content

slice_to_header_map

Function slice_to_header_map 

Source
pub fn slice_to_header_map(sl: &[(&str, &str)]) -> HeaderMap
Expand description

Utility to convert a slice of string pairs into an http::HeaderMap.