pub type Headers = Map<String, Value>;
Request / response headers as keys / values of JSON object.
pub struct Headers { /* private fields */ }