/*
* call-seq:
* easy.perform => true
*
* Transfer the currently configured URL using the options set for this
* Curl::Easy instance. If this is an HTTP URL, it will be transferred via
* the GET or HEAD request method.
*/
static VALUE ruby_curl_easy_perform(VALUE self) {