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