pub fn encoded_pair<K, V>(key: K, val: V) -> Stringwhere
    K: AsRef<str>,
    V: ToString,
Expand description

Encodes key and val as urlencoded values.