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.
fun create(block: CIOEngineConfig.() -> Unit): HttpClientEngine |
|
fun toString(): String |