config
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.
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.