module Grape::DSL::Middleware::ClassMethods

def middleware

application.
and arguments that are currently applied to the
Retrieve an array of the middleware classes
def middleware
  namespace_stackable(:middleware) || []
end