Type Definition wasmcloud_interface_httpserver::HeaderMap
source · [−]pub type HeaderMap = HashMap<String, HeaderValues>;
Expand description
map data structure for holding http headers
pub type HeaderMap = HashMap<String, HeaderValues>;
map data structure for holding http headers