Apache

object Apache : HttpClientEngineFactory<ApacheEngineConfig>

HttpClientEngineFactory using org.apache.httpcomponents.httpasyncclient with the associated configuration ApacheEngineConfig.

Supports HTTP/2 and HTTP/1.x requests.

Functions

Link copied to clipboard
open override fun create(block: ApacheEngineConfig.() -> Unit): HttpClientEngine