# File lib/www/mechanize.rb, line 261 def head(url, query_params = {}, options = {}) put(url, query_params, options.merge({:verb => :head})) end