# File lib/action_dispatch/testing/integration.rb, line 101 def post_via_redirect(path, parameters = nil, headers = nil) request_via_redirect(:post, path, parameters, headers) end