pub fn canonicalize_query_to_string(
query_parameters: &HashMap<String, Vec<String>>,
) -> String
Available on crate feature
unstable
only.Expand description
Convert a HashMap
of query parameters to a string for the canonical request.