Esempio n. 1
0
 /**
  * Get the response code from the request
  *
  * @access public
  * @return int
  */
 public function getResponseCode()
 {
     return $this->curl->getInfo(CURLINFO_HTTP_CODE);
 }