Function url::form_urlencoded::parse_str
[-]
[+]
[src]
pub fn parse_str(input: &str) -> Vec<(String, String)>
Convert a string in the application/x-www-form-urlencoded
format
into a vector of (name, value) pairs.