Help for this page

Select Code to Download


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