Function url::form_urlencoded::serialize [] [src]

pub fn serialize<I, K, V>(pairs: I) -> String where I: IntoIterator, I::Item: Borrow<(K, V)>, K: AsRef<str>, V: AsRef<str>

Convert an iterator of (name, value) pairs into a string in the application/x-www-form-urlencoded format.