EngineFactory

A factory capable of producing HttpClientEngine instances.

Parameters

B

The type of builder used to construct configuration for the engine

E

The type of engine itself

Properties

Link copied to clipboard
abstract val engineConstructor: (B.() -> Unit) -> E

Gets a constructor for the engine which accepts receiver lambda which can operate on a builder