ResponseResponse
Response returned from the response API
Properties
| Property | Type | Description |
|---|---|---|
base64Encoded | boolean | Whether the response body is base64 encoded. |
body | string | null | The body of the response, represented as a string when possible or base64 for binary-type requests like images |
headers | RequestHeader[] | null | The response headers returned |
method | Method | null | The HTTP method of the request that facilitated the response |
status | number | null | The HTTP status code of the response |
type | ResourceType | null | The type of response that was received |
url | string | null | The final URL of the response |