You are here

function cc::http_delete in Constant Contact 6.2

* Performs a HTTP DELETE * * * @access private

File

./class.cc.php, line 1710

Class

cc
@file

Code

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