Module: Roda::RodaPlugins::Middleware::RequestMethods

Defined in:
lib/roda/plugins/middleware.rb

Instance Method Summary collapse

Instance Method Details

#forward_nextObject

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