Class | Rack::ForwardRequest |
In: |
lib/rack/recursive.rb
|
Parent: | Exception |
Rack::ForwardRequest gets caught by Rack::Recursive and redirects the current request to the app at url.
raise ForwardRequest.new("/not-found")
env | [R] | |
url | [R] |