ktor-client-okhttp / io.ktor.client.engine.okhttp / OkHttp

OkHttp

object OkHttp : HttpClientEngineFactory<OkHttpConfig>

HttpClientEngineFactory using a OkHttp based backend implementation with the the associated configuration OkHttpConfig.

Functions

create

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