ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
234 B
234 B
sidebar_label |
---|
HTTPResponse.ok |
HTTPResponse.ok() method
True if the response was successful (status in the range 200-299).
Signature:
class HTTPResponse {
ok(): boolean;
}
Returns:
boolean