# File lib/action_dispatch/http/request.rb, line 129
    def head?
      HTTP_METHOD_LOOKUP[method] == :head
    end