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).
(Not documented)
# File lib/rack/cascade.rb, line 30 30: def add app 31: @has_app[app] = true 32: @apps << app 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.