Type Alias Headers

Source
pub type Headers = BTreeMap<String, Vec<String>>;
Expand description

Type for the request/response headers.

Aliased Typeยง

struct Headers { /* private fields */ }