pub fn percent_encode_string(s: &str) -> Cow<'_, str>
Expand description

Percent-encode the string in the manner defined in RFC 3986