pub type Headers = BTreeMap<String, Vec<String>>;
Type for the request/response headers.
struct Headers { /* private fields */ }