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