HttpClientEngineConfig

Base configuration for HttpClientEngine.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var dispatcher: CoroutineDispatcher?

Allow specifying the coroutine dispatcher to use for IO operations.

Link copied to clipboard

Enables HTTP pipelining advice.

Link copied to clipboard

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

Link copied to clipboard

Specifies network threads count advice.