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 218 def forward_next 219 env[roda_class.opts[:middleware_env_var]] 220 end