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.

Field Overview

Field Description
java _internalClient

The internal HTTP client object.

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