pub fn urldecode(input: &[u8]) -> Result<String, UrlDecodingError<'static>>
Decode url-encoded bytes to a UTF-8 String.
String