object Apache : HttpClientEngineFactory<ApacheEngineConfig>
HttpClientEngineFactory using org.apache.httpcomponents.httpasyncclient
with the the associated configuration ApacheEngineConfig.
Supports HTTP/2 and HTTP/1.x requests.
fun create(block: ApacheEngineConfig.() -> Unit): HttpClientEngine |