HTTP.decodeURL()

Signature

String decodeURL(String url, String encoding)

Domain

Parameters

NameTypeDescription
urlStringThe url content to decode.
encodingStringThe encoding which will be $1UTF-8$1 if null or empty value specified.

Returns

TypeDescription
StringThe decoded url.