Script API - v1.20.60
    Preparing search index...
    Index

    Methods

    • Beta

      Parameters

      • reason: string

      Returns void

      Cancels all pending requests.

      This function can't be called in read-only mode.

    • Beta

      Parameters

      • uri: string

        URL to make an HTTP Request to.

      Returns Promise<HttpResponse>

      An awaitable promise that contains the HTTP response.

      Performs a simple HTTP get request.

      This function can't be called in read-only mode.

    • Beta

      Parameters

      • config: HttpRequest

        Contains an HTTP Request object with configuration data on the HTTP request.

      Returns Promise<HttpResponse>

      An awaitable promise that contains the HTTP response.

      Performs an HTTP request.

      This function can't be called in read-only mode.