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