CIOEngineConfig

class CIOEngineConfig : HttpClientEngineConfig(source)

A configuration for the CIO client engine.

Report a problem

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Provides access to Endpoint settings.

Link copied to clipboard
val https: TLSConfigBuilder

Allows you to configure HTTPS settings for this engine.

Link copied to clipboard

Specifies the maximum number of connections used to make requests.

Link copied to clipboard
Link copied to clipboard
var proxy: ProxyConfig?
Link copied to clipboard

Specifies a request timeout in milliseconds. The request timeout is the time period required to process an HTTP call: from sending a request to receiving a response.

Link copied to clipboard

Functions

Link copied to clipboard

Provides access to Endpoint settings.

Link copied to clipboard
fun https(block: TLSConfigBuilder.() -> Unit): TLSConfigBuilder

Allows you to configure HTTPS settings for this engine.