URL operations.
Namespace is appended with an underscore to prevent overwriting the global URL object.
- Copyright:
-
- Crown Copyright 2016
- License:
-
- Apache-2.0
- Source:
Members
-
<static, constant> ENCODE_ALL
-
- Source:
Methods
-
<static> run_to(input, args)
-
URL Encode operation.
Parameters:
Name Type Description input
string args
Array.<Object> - Source:
Returns:
- Type
- string
-
<static> run_from(input, args)
-
URL Decode operation.
Parameters:
Name Type Description input
string args
Array.<Object> - Source:
Returns:
- Type
- string
-
<static> run_parse(input, args)
-
Parse URI operation.
Parameters:
Name Type Description input
string args
Array.<Object> - Source:
Returns:
- Type
- string
-
<private, static> _encode_all_chars(str)
-
URL encodes additional special characters beyond the standard set.
Parameters:
Name Type Description str
string - Source:
Returns:
- Type
- string