Jetty
object Jetty : HttpClientEngineFactory<JettyEngineConfig>
HttpClientEngineFactory using org.eclipse.jetty.http2:http2-client
with the the associated configuration JettyEngineConfig.
Just supports HTTP/2 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. |