HTTP.encodeURL()

Signature

String encodeURL(String url, String encoding)

Domain

Parameters

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

Returns

TypeDescription
StringThe encoded url.