A boolean representing whether the Body has been consumed already or not.
A Headers
object of the HTTP response headers, for the Request
.
Get if the response was ok/successful.
a boolean that is true if the response was successful, false if not.
Get the HTTP status of the response.
an unsigned 16 bit integer of the status code.
Get the text assosciated with the status code of the response.
a string associated with the status text for the response status code.
Get the URL of where the response came from.
a string of the URL.
Generated using TypeDoc
Get the
Response
headers.