JettyEngineConfig
class JettyEngineConfig : HttpClientEngineConfig
Configuration for Jetty implementation of HttpClientEngineFactory.
Constructors
JettyEngineConfig() Configuration for Jetty implementation of HttpClientEngineFactory. |
Properties
var sslContextFactory: SslContextFactory A Jetty’s SslContextFactory. By default it trusts all the certificates. |
Inherited Properties
var The CoroutineDispatcher that will be used for the client requests. |
|
var pipelining: Boolean Enable http pipelining advice. |
|
val response: HttpResponseConfig Configuration for http response. |
|
var threadsCount: Int Network threads count advice. |