# File lib/curl/easy.rb, line 263 def http_head(*args) c = Curl::Easy.new *args yield c if block_given? c.http_head c end