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