HttpClientConfig

The user-accessible configuration properties for the SDKs internal HTTP client facility.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val interceptors: List<<Error class: unknown class><Any, Any, <Error class: unknown class>, <Error class: unknown class>>>

Interceptors that will be executed for each SDK operation. An aws.smithy.kotlin.runtime.client.Interceptor has access to read and modify the request and response objects as they are processed by the SDK. Interceptors are executed in the order they are configured and are always later than any added automatically by the SDK.

Inherited properties

Link copied to clipboard

Explicit HTTP engine to use when making SDK requests, when not set a default engine will be created and managed on behalf of the caller.