Package-level declarations

Types

Link copied to clipboard
value class HttpMethod

Represents an HTTP method.

Link copied to clipboard

Represents an HTTP request.

Link copied to clipboard
abstract class HttpRequestBody

Represents the body of an HTTP request.

Functions

Link copied to clipboard

Creates a new HttpRequest with GET HttpMethod from a given builder lambda, using Kotlin DSL style.

Link copied to clipboard

Creates a new HttpRequest with POST HttpMethod and provided request body from a given builder lambda, using Kotlin DSL style.

Link copied to clipboard

Creates a new HttpRequest from a given builder lambda, using Kotlin DSL style.

Link copied to clipboard

Creates a new HttpRequest based on provided HttpRequest from a given builder lambda, using Kotlin DSL style.