module Roda::RodaPlugins::Middleware::RequestMethods
Public Instance Methods
Source
# File lib/roda/plugins/middleware.rb, line 217 def forward_next env[roda_class.opts[:middleware_env_var]] end
Whether to forward the request to the next application. Set only if this request is being performed for middleware.