module Roda::RodaPlugins::MiddlewareStack::ClassMethods
Public Instance Methods
Source
# File lib/roda/plugins/middleware_stack.rb, line 92 def middleware_stack Stack.new(self, @middleware) end
Return a new Stack
that allows removing middleware and inserting middleware at specific places in the stack.