You are here

function cc::http_get in Constant Contact 6.2

* Performs a HTTP GET * * * @access private

File

./class.cc.php, line 1680

Class

cc
@file

Code

function http_get($path, $params = array(), $headers = array()) {
  $this
    ->http_send($path, 'get', $params, $headers);
}