-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
(this would be part of removing the sinatra dependency)
- sinatra's router falls over as the number of routes increases
- would be nice to have some tree-based router that only concerned itself with route placeholder vars
- static matches are preferred over placeholder matches at each tree level
This is hopefully just a simple part of a rack app that will replace Sinatra. If you find a matching route, handle the request - otherwise punt.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels