Function url::decode_form_urlencoded[src]

pub fn decode_form_urlencoded(s: &[u8]) -> HashMap<String, Vec<String>>

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