Function twilio_async::url_encode

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