Package-level declarations
Types
Link copied to clipboard
Represents an HTTP method.
Link copied to clipboard
class HttpRequest
Represents an HTTP request.
Link copied to clipboard
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.