Function url::form_urlencoded::serialize_owned [-]  [+] [src]

pub fn serialize_owned(pairs: &[(String, String)]) -> String

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