urlrouter
urlrouter copied to clipboard
http url router, `connect` missing router middleware
ref: https://github.com/expressjs/discussions/issues/134 @fengmk2 - you have been identified as the last / most active committer in this repo which is inactive for a while. This ping is to check with...
``` javascript app.get('/some/path', arrayOfMiddleware); ``` yields ``` TypeError: handle must be function, not object ```
It's looks like it's similar to regex, but with some custom name-group type stuff. It's definitely not the router from connect 1.x (which I maintained for a little while after...
In the olden days I could use a route such as `/files/:id/:filename?` and that would match paths like - `/files/1234` - `/files/1234/big` - `/files/1234/big.png` - `/files/1234/big-bird` - `/files/1234/big-bird.png` I just...