Create a new HttpHeaderResponse
with the given parameters.
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.
Copy this HttpHeaderResponse
, overriding its contents with the
given parameter hash.
Generated using TypeDoc
A partial HTTP response which only includes the status and header data, but no response body.
HttpHeaderResponse
is aHttpEvent
available on the response event stream, only when progress events are requested.