CIO
object CIO : HttpClientEngineFactory<CIOEngineConfig>
HttpClientEngineFactory using a Coroutine based I/O implementation without additional dependencies with the the associated configuration CIOEngineConfig.
Just supports HTTP/1.x and HTTPS requests.
Functions
fun create( Creates a new HttpClientEngine optionally specifying a block configuring T. |
Extension Functions
fun <T : HttpClientEngineConfig> HttpClientEngineFactory<T>.config( Creates a new HttpClientEngineFactory based on this one with further configurations from the nested block. |