Matt

Results 3 comments of Matt

Sorry about that, I was in a rush and did not do a great job of explaining. Using the example in the docs. The typical way to add middleware to...

The other idea which should solve the deeply nested and wide routes issue is to allow decorators (or a new class `RouteGroupDecorator` that behaves like decorators) to have route attributes...

That would work. The match method gives more flexibility than just attributes with routes like in my route group decorator example. The downside of the method is that at a...