HttpClientEngineConfig
Common configuration options to be interpreted by an underlying engine
NOTE: Not all engines will support every option! Engines SHOULD log a warning when given a configuration option they don't understand/support
Inheritors
Types
Properties
The amount of time to wait for an already-established connection from a connection pool
The amount of time before an idle connection should be reaped from a connection pool. Zero indicates that idle connections should never be reaped.
The amount of time to wait for a connection to be established
The host name resolver (DNS)
The maximum number of requests that will be executed concurrently by an engine. Beyond this requests will be queued waiting to be executed by the engine.
The proxy selection policy
Timeout for each read to an underlying socket
Timeout for each write to an underlying socket
The telemetry provider that the HTTP client will be instrumented with
Settings related to TLS and secure connections