/* * call-seq: * easy.http_get => true * * GET 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_get(VALUE self) {