http.ql

http.ql
Contents of the file.

Entity Overview

HttpRequest Represents a single HTTP request.
HttpResponse Represents a single HTTP response.
HttpClient Represents a stateful HTTP client that can send requests and receive responses.

Function Overview

Function Description
native fun _createHttpClient() An HTTP client that can send requests and receive responses.

Functions

native fun _createHttpClient() link

An HTTP client that can send requests and receive responses.

Returns HttpClient

The created HttpClient