HttpClient

http.ql

Represents a stateful HTTP client that can send requests and receive responses.

Function Overview

Function Description
native fun send(request) Sends an HTTP request and returns the response.

Functions

native fun send(request) link

Sends an HTTP request and returns the response.

Params
request ( HttpRequest )

The request to send

Returns HttpResponse

The response to the request

http:http.ql