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