module Roda::RodaPlugins::Middleware::RequestMethods

def forward_next

this request is being performed for middleware.
Whether to forward the request to the next application. Set only if
def forward_next
  env[roda_class.opts[:middleware_env_var]]
end