[src]

Function url::decode_form_urlencoded

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

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