# File lib/httparty.rb, line 373
    def head(path, options={})
      perform_request Net::HTTP::Head, path, options
    end