Type Definition bdrck::http::types::HeaderMap

source ·
pub type HeaderMap = HashMap<String, Vec<HttpData>>;
Expand description

A convenient typedef for the structure we store headers in.