class Curl::Easy

def http_get


an exception (defined under Curl::Err) on error.
this Curl::Easy instance. This method always returns true, or raises
GET the currently configured URL using the current options set for

easy.http_get => true
call-seq:
def http_get
  set :httpget, true
  http :GET
end