http.url
unescape(s) -> decoded
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.
%XX
+
application/x-www-form-urlencoded