Handle HTTP Requests
List of Global Functions
Get - Send a get request
Post - Send a post request
setUserPassword - Set user and password for HTTP authentication
List of Global Variables
Send a get request
Function parameters
string url
string output
Return value
map - Reponse map with HTTP code and transfer size and time
Send a post request
Function parameters
string url
string output
string postData
Return value
map - Reponse map with HTTP code and transfer size and time