OkHttp
object OkHttp : HttpClientEngineFactory<OkHttpConfig>
HttpClientEngineFactory using a OkHttp based backend implementation with the the associated configuration OkHttpConfig.
Functions
fun create(block: OkHttpConfig.() -> Unit): HttpClientEngine 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. |