pub type Headers = HashMap<String, String>;
Expand description

A convenience type to represent raw HTTP headers.