Apache
object Apache : HttpClientEngineFactory<ApacheEngineConfig>
HttpClientEngineFactory using org.apache.httpcomponents.httpasyncclient
with the the associated configuration ApacheEngineConfig.
Supports HTTP/2 and HTTP/1.x requests.
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. |