Android
object Android : HttpClientEngineFactory<AndroidEngineConfig>
HttpClientEngineFactory using a UrlConnection based backend implementation without additional dependencies with the the associated configuration AndroidEngineConfig.
Functions
fun create( 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. |