CloseableHttpClientEngine

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

Inherited properties

Link copied to clipboard

The configuration used to initialize this engine

Link copied to clipboard

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract suspend fun roundTrip(context: ExecutionContext, request: HttpRequest): HttpCall

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