This API is in preview and not ready for production use. Expect breaking changes in the future. Represents a response message from an HTTP request. This is a subset of the Aurelia HttpResponseMessage class.
Gets the content of the response.
the response content.
The headers received with the response.
The success status of the request based on status code.
The mime type of the response.
The request message that resulted in this response.
The raw response.
The type of the response.
A reviver function to use in transforming the content.
The status code of the response.
The status text.
This API is in preview and not ready for production use. Expect breaking changes in the future. Represents a response message from an HTTP request. This is a subset of the Aurelia HttpResponseMessage class.