HTTPResponse.ok() method
True if the response was successful (status in the range 200-299).
Signature
class HTTPResponse {
ok(): boolean;
}
Returns:
boolean
True if the response was successful (status in the range 200-299).
class HTTPResponse {
ok(): boolean;
}
Returns:
boolean