-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRAFT: baseless nested routers working (appx +50 bytes) #208
Conversation
This adds support for a few simple scenarios, while still requiring complex explanations/bypasses for more complex ones. In the end, that is likely not worth the bytes. |
Closing this one for now until we are able to achieve the desired effect:
|
Description
This adds a new way to nest routers, by passing the entire router as a handler. With this method, child routers do not need explicit base paths set.
Notes
/child/:foo/*
. For that to work, specify the base path in the child router as before.Type of Change (select one and follow subtasks)