ktor-client-cio / io.ktor.client.engine.cio / CIO

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

create

fun create(block: CIOEngineConfig.() -> Unit): HttpClientEngine

toString

fun toString(): String