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.
Saves the entire content of this HttpClientCall to memory and returns a new HttpClientCall with the content cached in memory. This can be particularly useful for caching, debugging, or processing responses without relying on the original network stream.
Wrap existing HttpClientCall with new response content and headers.
Wrap existing HttpClientCall with new content.
Wrap existing HttpClientCall with new content.