HttpClientCall
A pair of a request and response for a specific HttpClient.
Properties
Typed Attributes associated to this call serving as a lightweight container.
the client that executed the call.
The request sent by the client.
The response sent by the server.
Functions
Tries to receive the payload of the response as a specific expected type provided in info. Returns response if info corresponds to HttpResponse.
Returns ByteReadChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException.
Returns ByteWriteChannel with ByteChannel.close handler that returns SocketTimeoutException instead of SocketTimeoutException.
Fetch data for HttpClientCall and close the origin.
Wrap existing HttpClientCall with new response content and headers.
Wrap existing HttpClientCall with new content.
Wrap existing HttpClientCall with new content.