lib/rack/recursive.rb in rack-2.2.10 vs lib/rack/recursive.rb in rack-3.0.0.beta1

- old
+ new

@@ -1,8 +1,10 @@ # frozen_string_literal: true require 'uri' +require_relative 'constants' + module Rack # Rack::ForwardRequest gets caught by Rack::Recursive and redirects # the current request to the app at +url+. # # raise ForwardRequest.new("/not-found")