Library http

v1.0.0-SNAPSHOTAdam Yarris GitHub Examples

Entities

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

Global Functions

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

An HTTP client that can send requests and receive responses.

Returns HttpClient

The created HttpClient