Functions
- httpDelete(rstring, list<rstring>, rstring, rstring, int32)
- HTTP DELETE on the given url, using the username and password, if present.
- httpDelete(rstring, list<rstring>, rstring, rstring, int32, int32, int32)
- HTTP DELETE on the given url, using the username and password, if present.
- httpDelete(rstring, list<rstring>, rstring, rstring, rstring, rstring, rstring, rstring, rstring, int32, int32, int32)
- HTTP DELETE on the given url, using the username and password, if present and certificates.
- httpGet(rstring, list<rstring>, rstring, rstring, int32)
- HTTP GET on the given url, using the username and password, if present.
- httpGet(rstring, list<rstring>, rstring, rstring, int32, int32, int32)
- HTTP GET on the given url, using the username and password, if present.
- httpGet(rstring, list<rstring>, rstring, rstring, list<rstring>, int32)
- HTTP GET on the given url, using the username and password, if present.
- httpGet(rstring, list<rstring>, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP GET on the given url, using the username and password, if present.
- httpGet(rstring, list<rstring>, rstring, rstring, rstring, rstring, rstring, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP GET on the given url, using the username and password, if present, and using certificates/private keys.
- httpPost(rstring, rstring, list<rstring>, rstring, rstring, list<rstring>, int32)
- HTTP POST data to the given url using the username and password (if non-empty).
- httpPost(rstring, rstring, list<rstring>, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP POST data to the given url using the username and password (if non-empty).
- httpPost(rstring, rstring, list<rstring>, rstring, rstring, rstring, rstring, rstring, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP POST data to the given url using the username and password (if non-empty).
- httpPut(rstring, rstring, list<rstring>, rstring, rstring, list<rstring>, int32)
- HTTP PUT data to the given url using the username and password given if not empty.
- httpPut(rstring, rstring, list<rstring>, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP PUT data to the given url using the username and password given if not empty.
- httpPut(rstring, rstring, list<rstring>, rstring, rstring, rstring, rstring, rstring, rstring, rstring, list<rstring>, int32, int32, int32)
- HTTP PUT data to the given url using the username and password given if not empty.
- obfuscate(T)
- Obfuscate a password for an operator in this namespace.If the password is starts with OBF: then it is assumed to be already obfuscated and input is returned unchanged. This allowsexternal tools to pass submission time values that are already obfuscated. The Eclipse Jetty class org.eclipse.jetty.util.security.Password is the underlying utility.
- parseDatestring(rstring)
- This function converts a string that specifies a date and time into a 64-bit integer corresponding to the 'unix epoch' value of that date and time, which is the number of seconds since midnight on January 1st, 1970 in Greenwich, England.
- passThrough(rstring)
- This function passes the input string unchanged
- urlDecode(rstring)
- Decode a URL encoded rstring.
- urlEncode(rstring)
- URL encode the given rstring.