config

Provides access to the engine's configuration via HttpClientEngineConfig.

The config object stores user-defined parameters or settings that control how the engine operates. When creating a custom engine, this property should return the specific configuration implementation.

Example:

override val config: HttpClientEngineConfig = CustomEngineConfig()

Report a problem