HttpClient
Constructs an asynchronous HttpClient using the specified engineFactory and an 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 optional block for configuring this client.
The HttpClientEngine is selected from the dependencies. https://ktor.io/clients/http-client/engines.html
Constructs an asynchronous HttpClient using optional block for configuring this client.
The HttpClientEngine is selected from the dependencies using ServiceLoader. The first found implementation that provides HttpClientEngineContainer service implementation is used. An exception is thrown if no implementations found.
See https://ktor.io/clients/http-client/engines.html
Constructs an asynchronous HttpClient using optional block for configuring this client.
The HttpClientEngine is selected from the dependencies. https://ktor.io/clients/http-client/engines.html