pub fn quote_plus_urlencode(pairs: &[(&str, &str)]) -> String
urllib.parse.urlencode(mapping) over string pairs — quote_plus on each key and value, pairs joined with & in the given order.
urllib.parse.urlencode(mapping)
quote_plus
&