CIO

object CIO : HttpClientEngineFactory<CIOEngineConfig>

HttpClientEngineFactory using a Coroutine based I/O implementation without additional dependencies with the associated configuration CIOEngineConfig.

Just supports HTTP/1.x and HTTPS requests.

Functions

Link copied to clipboard
open override fun create(block: CIOEngineConfig.() -> Unit): HttpClientEngine
Link copied to clipboard
open override fun toString(): String