Package-level declarations
Types
A multiplatform asynchronous HTTP client, which allows you to make requests and handle responses, extend its functionality with plugins, such as authentication, JSON serialization, and so on.
A mutable HttpClient configuration. Learn more about the client's configuration from Creating and configuring a client.
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
Creates an asynchronous HttpClient with the specified block configuration.
Creates an asynchronous HttpClient with the specified HttpClientEngine and optional block configuration. Note that a specific platform may require a specific engine for processing requests. You can learn more about available engines from Engines.
Creates an asynchronous HttpClient with the specified HttpClientEngineFactory and optional block configuration. Note that a specific platform may require a specific engine for processing requests. You can learn more about available engines from Engines.
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.