ktor-client-jetty / io.ktor.client.engine.jetty / Jetty

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

create

fun create(block: JettyEngineConfig.() -> Unit): HttpClientEngine