http.url.unescape

http.url

unescape(s) -> decoded

Percent-decode a string

Replaces every %XX hex-encoded sequence with the corresponding byte. Does not decode + as space — that is application/x-www-form-urlencoded behavior, not generic percent-decoding.