Function extra::url::decode_form_urlencoded

pub fn decode_form_urlencoded(s: &[u8]) -> std::hashmap::HashMap

Decode a string encoded with the 'application/x-www-form-urlencoded' media type into a hashmap.