pub fn url_encode<I, K, V>(pairs: I) -> Stringwhere K: AsRef<str>, V: AsRef<str>, I: IntoIterator, I::Item: Borrow<(K, V)>,