pub type HeaderMap = HashMap<String, HeaderValues>;
Expand description

map data structure for holding http headers

Aliased Type§

struct HeaderMap { /* private fields */ }