pub type Headers = HashMap<String, String>;
Headers is a list of http headers
struct Headers { /* private fields */ }