RequestResponse
Response returned from the request API
Properties
| Property | Type | Description |
|---|---|---|
headers | RequestHeader[] | null | The headers of the request |
method | Method | null | The HTTP method of the request |
type | ResourceType | null | The type of request that was made |
url | string | null | The final URL of the request |