HttpClientEngineFactory
A factory of HttpClientEngine with a specific T of HttpClientEngineConfig.
Inheritors
Functions
Link copied to clipboard
fun <T : HttpClientEngineConfig> HttpClientEngineFactory<T>.config(nested: T.() -> Unit): HttpClientEngineFactory<T>
Creates a new HttpClientEngineFactory based on this one with further configurations from the nested block.
Link copied to clipboard
Creates a new HttpClientEngine optionally specifying a block configuring T.