POST()
Override Rack’s POST method to support indifferent access
# File actionpack/lib/action_dispatch/http/request.rb, line 230 def POST @env["action_dispatch.request.request_parameters"] ||= (normalize_parameters(super) || {}) end