# File lib/active_resource/connection.rb, line 161 def head(path, headers = {}) request(:head, path, build_request_headers(headers, :head)) end