Response interface
A response.
Properties
body |
Details on the location of the body content. |
headers | A list of all the headers attached to the response. |
status |
The status code of the response. |
Property Details
bodyLink
headers
A list of all the headers attached to the response.
headers?: any
Property Value
any
statusCode
The status code of the response.
statusCode?: number
Property Value
number