Module: Roda::RodaPlugins::Middleware::RequestMethods
- Defined in:
- lib/roda/plugins/middleware.rb
Instance Attribute Summary collapse
-
#forward_next ⇒ Object
Whether to forward the request to the next application.
Instance Attribute Details
#forward_next ⇒ Object
Whether to forward the request to the next application. Set only if this request is being performed for middleware.
92 93 94 |
# File 'lib/roda/plugins/middleware.rb', line 92 def forward_next @forward_next end |