Module: Rack::Async::Original
- Extended by:
- Store
- Defined in:
- lib/rack/async/original.rb
Overview
This module is used as a bucket to keep a reference to old middleware in case it was replaced by a new implementation.
Rack::Foo might get replaced by Rack::Async::Foo. The old Rack::Foo is still accessable as Rack::Original::Foo, if Rack::Async::Foo is subclassing it (recommended).