Package-level declarations
Types
A multiplatform asynchronous HTTP client that allows you to make requests, handle responses, and extend its functionality with plugins such as authentication, JSON serialization, and more.
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
A multiplatform asynchronous HTTP client that allows you to make requests, handle responses, and extend its functionality with plugins such as authentication, JSON serialization, and more.
Constructs an asynchronous HttpClient using optional block for configuring this client.
Constructs an asynchronous HttpClient using optional block for configuring this client.