Extends
Properties
headers
headers: object;
Headers sent by the server in the response
Index signature
[key
: string
]: string
Inherited from
responseFormat
responseFormat: "utf8";
responseText
responseText: string;
Plain text of the response body
status
status: number;
HTTP status, e.g. 200 or 404
Inherited from
timeout?
optional timeout: boolean;
True if this request failed due to a timeout
Inherited from
url
url: string;
URL of the final response, after any redirects