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