78. HTTP

Handle HTTP Requests

78.1. Summary of Module Globals

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

    78.2. Global Functions

    78.2.1. Get

    Send a get request

    Function parameters

    • string url

    • string output

    Return value

    • map - Reponse map with HTTP code and transfer size and time

    78.2.2. Post

    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

    78.2.3. setUserPassword

    Set user and password for HTTP authentication

    Return value

    • map

    78.3. Global Variables

    78.4. Module Requirements

    none