Robyn
Robyn copied to clipboard
[Feature Request] Add the ability to chain middlewares
Current Behavior
Right now, only one middleware is executed. Add the ability to chain multiple middlewares. I was looking at prisma integration and it would be cool to have an ability to chain multiple middlewares.
Desired Behavior
Middleware decorators should be able to chain middlewares automatically.
Screenshots / Mockups
Alternatives
Add a way to add priority levels.
Like zIndexes.
and add a default middleware inside the codebase