HTTPLib.convertToURLEncoded returns a Universe Resource Locator (URL), which identifies a web page or represents the resource that will be accessed by a REST service.
eglx.http
static function convertToURLEncoded(eglType string in) returns(string);
The functions returns a valid URL.
HTTPLib.convertToURLEncoded is the complement of the HTTPLib.convertFromURLEncoded function.
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |