# File lib/curl/easy.rb, line 265
    def http_head
      set :nobody, true
      ret = self.perform
      set :nobody, false
      ret
    end