parse_header

Function parse_header 

Source
pub fn parse_header(header_value: &str) -> HashMap<String, String>
Expand description

Parse header attributes like a=1; b=2 into map. Parse header attributes like a=1; b=2.