object Jetty : HttpClientEngineFactory<JettyEngineConfig>
HttpClientEngineFactory using org.eclipse.jetty.http2:http2-client
with the the associated configuration JettyEngineConfig.
Just supports HTTP/2 requests.
fun create(block: JettyEngineConfig.() -> Unit): HttpClientEngine |