HttpClientEngineConfig

Base configuration for HttpClientEngine.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
var pipelining: Boolean = false

Enables HTTP pipelining advice.

Link copied to clipboard
var proxy: ProxyConfig? = null

Specifies a proxy address to use. Uses a system proxy by default.

Link copied to clipboard
var threadsCount: Int = 4

Specifies network threads count advice.