# File lib/net/http.rb, line 961 def request_head(path, initheader = nil, &block) request(Head.new(path, initheader), &block) end