The status code of the response (e.g., 200 for a success).
class HTTPResponse { abstract status(): number; }
Returns:
number