module ActionDispatch::Integration::RequestHelpers

def options(path, **args)

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