ktor-client-android / io.ktor.client.engine.android / Android

Android

object Android : HttpClientEngineFactory<AndroidEngineConfig>

HttpClientEngineFactory using a UrlConnection based backend implementation without additional dependencies with the the associated configuration AndroidEngineConfig.

Functions

create

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