CloseableHttpClientEngine

An HttpClientEngine with Closeable resources. Users SHOULD call close when done with the engine to ensure any held resources are properly released.

Inheritors

Inherited properties

Link copied to clipboard

The configuration used to initialize this engine

Inherited functions

Link copied to clipboard

Wraps an HttpClientEngine for internal runtime management by the SDK if possible.

Link copied to clipboard
abstract suspend fun roundTrip(context: <Error class: unknown class>, request: <Error class: unknown class>): <Error class: unknown class>

Execute a single HTTP request and return the response. Consumers MUST call HttpCall.complete() when finished processing the response