Class | Rack::Cascade |
In: |
lib/rack/cascade.rb
|
Parent: | Object |
Rack::Cascade tries an request on several apps, and returns the first response that is not 404 (or in a list of configurable status codes).
NotFound | = | [404, {}, []] |
apps | [R] |