HttpRequest
A request for HttpClient, first part of HttpClientCall.
Properties
Link copied to clipboard
Typed Attributes associated to this call serving as a lightweight container.
Link copied to clipboard
The associated HttpClientCall containing both the underlying HttpClientCall.request and HttpClientCall.response.
Link copied to clipboard
Link copied to clipboard
Inheritors
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.