module ActionDispatch::Integration::RequestHelpers

def options(path, **args)

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