url

Source

Methods

(inner) urlDecode()

Decodes a URL string into regular text.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) urlEncode()

Encodes a string into a URL-safe format.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) urlGetHeader()

Returns specific Hypertext Transfer Protocol (HTTP) header information from the Uniform Resource Locator (URL). A URL is a text string used for identifying and addressing a Web page.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) urlHistory()

Used for navigating, saving, and reloading a Uniform Resource Locator (URL) history list. The URL history list keeps track of all the Web pages you have visited. The history list is used for the Next and Previous buttons and for the Web Tours.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) urlOpen()

Retrieves a World Wide Web page specified by its URL.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error

(inner) urlQueryString()

In a Web application, returns the current URL command and parameters, or the value of one of the parameters.

To Do
  • this needs to be implemented
Throws:

method not implemented

Type
Error