# File lib/action_dispatch/http/request.rb, line 83
    def request_method_symbol
      HTTP_METHOD_LOOKUP[request_method]
    end