pub fn normalize_query_string_element(
element: &str,
) -> Result<String, SignatureError>Available on crate feature
unstable only.Expand description
Normalize a single element (key or value from key=value) of a query string.
pub fn normalize_query_string_element(
element: &str,
) -> Result<String, SignatureError>unstable only.Normalize a single element (key or value from key=value) of a query string.