pub fn query_params<K, V, I>(items: I) -> QueryParamswhere K: Into<String>, V: ToString, I: IntoIterator<Item = (K, V)>,