CIOEngineConfig
class CIOEngineConfig : HttpClientEngineConfig
Configuration for CIO client engine.
Constructors
CIOEngineConfig() Configuration for CIO client engine. |
Properties
val endpoint: EndpointConfig Endpoint settings. |
|
val https: TLSConfigBuilder https settings. |
|
var maxConnectionsCount: Int Maximum allowed connections count. |
|
var requestTimeout: Long Timeout to get send request headers and get first response bytes(in millis). |
Inherited Properties
var The CoroutineDispatcher that will be used for the client requests. |
|
var pipelining: Boolean Enable http pipelining advice. |
|
val response: HttpResponseConfig Configuration for http response. |
|
var threadsCount: Int Network threads count advice. |
Functions
fun https( https settings. |
Extension Functions
fun CIOEngineConfig.endpoint( Configure endpoint settings. |