module ActionDispatch::Integration::RequestHelpers
def post(path, **args)
Performs a POST request with the given parameters. See ActionDispatch::Integration::Session#process
def post(path, **args) process(:post, path, **args) end
def post(path, **args) process(:post, path, **args) end