/* * call-seq: * easy.http_delete * * DELETE the currently configured URL using the current options set for * this Curl::Easy instance. This method always returns true, or raises * an exception (defined under Curl::Err) on error. */ static VALUE ruby_curl_easy_perform_delete(VALUE self) {