[src]

Function url::encode_form_urlencoded

pub fn encode_form_urlencoded(m: &HashMap<~str, Vec<~str>>) -> ~str

Encode a hashmap to the 'application/x-www-form-urlencoded' media type.