method

request_method

request_method()
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 183
        def request_method
          @via.map { |x| Journey::Route.verb_matcher(x) }
        end