Function percent_decode_str
pub fn percent_decode_str(input: &str) -> PercentDecode<'_> ⓘAvailable on crate feature
net only.Expand description
Percent-decode the given string.
https://url.spec.whatwg.org/#string-percent-decode
See percent_decode regarding the return type.