HttpResponseFields interface
Fields that are hoisted up from the _response field of the object Used in cases where individual HTTP response fields are important for the user to use in common-use cases like handling http status codes 204 or 304.
Properties
status |
The HTTP status code for the response |
Property Details
statusCode
The HTTP status code for the response
statusCode: number
Property Value
number