Functions: IBMStreams com.ibm.streamsx.inet Toolkit

IBMStreams com.ibm.streamsx.inet Toolkit > Functions

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.
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.