Response interface

A response.

Properties

bodyLink

Details on the location of the body content.

headers

A list of all the headers attached to the response.

statusCode

The status code of the response.

Property Details

Details on the location of the body content.

bodyLink?: ContentLink

Property Value

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