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