Construct a new HttpResponse
.
The response body, or null
if one was not returned.
All response headers.
Whether the status code falls in the 2xx range.
Response status code.
Textual description of response status code.
Do not depend on this.
URL of the resource retrieved, or null if not available.
Generated using TypeDoc
A full HTTP response, including a typed response body (which may be
null
if one was not returned).HttpResponse
is aHttpEvent
available on the response event stream.