Super-constructor for all responses.
The single parameter accepted is an initialization hash. Any properties of the response passed there will override the default values.
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.
Type of the response, narrowed to either the full response or the header.
URL of the resource retrieved, or null if not available.
Generated using TypeDoc
Base class for both
HttpResponse
andHttpHeaderResponse
.