class Curl::Easy

def http_head


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

easy.http_head => true
call-seq:
def http_head
  set :nobody, true
  ret = self.perform
  set :nobody, false
  ret
end