Function otter::prelude::percent_decode_str[][src]

pub fn percent_decode_str(input: &str) -> PercentDecode<'_>

Notable traits for PercentDecode<'a>

impl<'a> Iterator for PercentDecode<'a> type Item = u8;
Expand description

Percent-decode the given string.

https://url.spec.whatwg.org/#string-percent-decode

See percent_decode regarding the return type.