pub type HeaderMap = HashMap<String, HeaderValues>;Expand description
map data structure for holding http headers
Aliased Typeยง
struct HeaderMap { /* private fields */ }pub type HeaderMap = HashMap<String, HeaderValues>;map data structure for holding http headers
struct HeaderMap { /* private fields */ }