pub fn url_decode(encoded: &str) -> Result<String>
URL-decodes a percent-encoded string back to its original UTF-8 representation. Decodes percent-encoded values back to their original UTF-8 strings.