Open alexisbz opened 5 months ago
A Caesar application rapidly gets tons of related features, sometimes even sharing the same middleware.
It would be great have some Group method on the Router struct, which could register routes, and even apply some middleware to all the subroutes.
Group
Router
Context
A Caesar application rapidly gets tons of related features, sometimes even sharing the same middleware.
It would be great have some
Group
method on theRouter
struct, which could register routes, and even apply some middleware to all the subroutes.