| Class | Grape::Middleware::Stack |
| In: |
lib/grape/middleware/stack.rb
|
| Parent: | Object |
| middlewares | [RW] | |
| others | [RW] |
@description Add middlewares with :use operation to the stack. Store others with :insert_* operation for later @param [Array] other_specs An array of middleware specifications (e.g. [[:use, klass], [:insert_before, *args]])