$response->is_success() $response->is_error() $response->is_redirect() $response->is_info() (probably not used much...) #### $response->code() (numeric code returned, error or not) $response->message(); (text status code) $response->status_line() (both numeric and string error codes)