AsyncHttpClient
@deprecated("Upstream is unmaintained. Recommend choosing another backend.", "0.22.12")
object AsyncHttpClient
- Deprecated
Value members
Concrete methods
Allocates a Client and its shutdown mechanism for freeing resources.
Allocates a Client and its shutdown mechanism for freeing resources.
Create a custom AsyncHttpClientConfig
Create a custom AsyncHttpClientConfig
- Value parameters:
- configurationFn
function that maps from the builder of the defaultConfig to the custom config's builder
- Returns:
a custom configuration.
Create a HTTP client with an existing AsyncHttpClient client. The supplied client is NOT closed by this Resource!
Create a HTTP client with an existing AsyncHttpClient client. The supplied client is NOT closed by this Resource!
Create an HTTP client based on the AsyncHttpClient library
Create an HTTP client based on the AsyncHttpClient library
- Value parameters:
- config
configuration for the client