module Roda::RodaPlugins::Middleware::RequestMethods

  1. lib/roda/plugins/middleware.rb

Methods

Public Instance

  1. forward_next

Public Instance methods

forward_next()

Whether to forward the request to the next application. Set only if this request is being performed for middleware.

[show source]
    # File lib/roda/plugins/middleware.rb
219 def forward_next
220   env[roda_class.opts[:middleware_env_var]]
221 end