web\Response getIsSuccessful()

getIsSuccessful() public method public boolean getIsSuccessful ( )return boolean Whether this response is successful

web\Response getIsServerError()

getIsServerError() public method public boolean getIsServerError ( )return boolean Whether this response indicates a server error

web\Response getIsRedirection()

getIsRedirection() public method public boolean getIsRedirection ( )return boolean Whether this response is a redirection

web\Response getIsOk()

getIsOk() public method public boolean getIsOk ( )return boolean Whether this response is OK

web\Response getIsNotFound()

getIsNotFound() public method public boolean getIsNotFound ( )return boolean Whether this response indicates the currently requested resource is not found

web\Response getIsInvalid()

getIsInvalid() public method public boolean getIsInvalid ( )return boolean Whether this response has a valid $statusCode.

web\Response getIsInformational()

getIsInformational() public method public boolean getIsInformational ( )return boolean Whether this response is informational

web\Response getIsForbidden()

getIsForbidden() public method public boolean getIsForbidden ( )return boolean Whether this response indicates the current request is forbidden

web\Response getIsEmpty()

getIsEmpty() public method public boolean getIsEmpty ( )return boolean Whether this response is empty

web\Response getIsClientError()

getIsClientError() public method public boolean getIsClientError ( )return boolean Whether this response indicates a client error