Library http

v1.0.0Adam Yarris

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.

Import Aliases

spotify This is a description for spotify.
spotify.builder This is a description for spotify.builder.
spotify.friends This is a description for spotify.friends.
audio This is a description for audio.

Extension Functions

native fun _createHttpClient() link

An HTTP client that can send requests and receive responses.

Returns HttpClient

The created HttpClient

http:http.ql