Package io.ktor.client
Types
Asynchronous client to perform HTTP requests.
Mutable configuration used by HttpClient.
A container is searched across dependencies using ServiceLoader to find client implementations. An implementation of this interface provides HTTP client factory and only used to find the default client engine when HttpClient function is called with no particular client implementation specified
Functions
Constructs an asynchronous HttpClient using optional block for configuring this client.
Constructs an asynchronous HttpClient using the specified engine and a block for configuring this client.
Constructs an asynchronous HttpClient using the specified engineFactory and an optional block for configuring this client.
Constructs an asynchronous HttpClient using optional block for configuring this client.
Constructs an asynchronous HttpClient using optional block for configuring this client.
Constructs an asynchronous HttpClient using optional block for configuring this client.