pub fn encode_query_string(params: &[(&str, &str)]) -> StringExpand description
Encode a list of key-value pairs into a query string.
Returns key1=value1&key2=value2&... with percent-encoding applied.
pub fn encode_query_string(params: &[(&str, &str)]) -> StringEncode a list of key-value pairs into a query string.
Returns key1=value1&key2=value2&... with percent-encoding applied.