In the previous chapters, we introduced that Egg is implemented based on Koa, so the middleware form in Egg is the same as in Koa, both based on the onion ring model. Every time we write a middleware, it is equivalent to adding an outer layer to the onion.
Original document address: Middleware
2021/7/30About 4 min
