Type Definition api::Headers [] [src]

type Headers = BTreeMap<String, Vec<String>>;

Type for the request/response headers.