Function url::form_urlencoded::serialize
[-]
[+]
[src]
pub fn serialize<'a, I>(pairs: I) -> String where I: Iterator<Item=(&'a str, &'a str)>
Convert an iterator of (name, value) pairs
into a string in the application/x-www-form-urlencoded
format.