HttpResponse interface
The properties on an HTTP response which will always be present.
Properties
headers | The HTTP response headers. |
request | The raw request |
status | The HTTP response status (e.g. 200) |
Property Details
headers
request
status
The HTTP response status (e.g. 200)
status: number
Property Value
number