Module: Roda::RodaPlugins::Middleware::RequestMethods
- Defined in:
- lib/roda/plugins/middleware.rb
Instance Method Summary collapse
-
#forward_next ⇒ Object
Whether to forward the request to the next application.
Instance Method Details
#forward_next ⇒ Object
Whether to forward the request to the next application. Set only if this request is being performed for middleware.
219 220 221 |
# File 'lib/roda/plugins/middleware.rb', line 219 def forward_next env[roda_class.opts[:middleware_env_var]] end |