You are here

function cc::http_put in Constant Contact 6.2

* Performs a HTTP PUT * * * @access private

File

./class.cc.php, line 1700

Class

cc
@file

Code

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