# File lib/action_dispatch/http/request.rb, line 99
    def method_symbol
      HTTP_METHOD_LOOKUP[method]
    end