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.
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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).