public function asBool()

in src/Response/Response.php [67:70]


    public function asBool(): bool
    {
        return $this->response->getStatusCode() >=200 && $this->response->getStatusCode() < 300;
    }