class ActionDispatch::Integration::Session

def kwarg_request?(args)

def kwarg_request?(args)
  args[0].respond_to?(:keys) && args[0].keys.any? { |k| REQUEST_KWARGS.include?(k) }
end