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