HttpClientJvmEngine
Deprecated (with error)
Use HttpClientEngineBase instead.
Replace with
HttpClientEngineBase
Content copied to clipboard
Base jvm implementation for HttpClientEngine
Constructors
Functions
Link copied to clipboard
Creates a new HttpClientCall specific for this engine, using a request data.
Link copied to clipboard
Installs the engine to HttpClient.
Properties
Extensions
Link copied to clipboard
fun CoroutineScope.mapEngineExceptions(input: ByteReadChannel, request: HttpRequestData): ByteReadChannel
Returns ByteReadChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException.
fun CoroutineScope.mapEngineExceptions(output: ByteWriteChannel, request: HttpRequestData): ByteWriteChannel
Returns ByteWriteChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException.