httpClient
Parameters
httpClient
The Ktor HttpClient to use for network requests. By default, a client is created using the OkHttp engine with HttpTimeout, HttpCookies, and HttpCache plugins installed.
The timeout values can be adjusted in the default client by modifying the values in the HttpTimeout configuration block.
The HttpCookies and HttpCache plugins are default in memory implementations and can be replaced by configuring your own HttpClient instance.