Tracking support for all of [`chi`](https://pkg.go.dev/github.com/go-chi/chi?tab=doc)s features: - [x] Explicit trailing slash. - [x] Basic string-only routes. - [x] Named placeholders. - [x] Placeholders can provide their own regex. - [x] Anonymous placeholders. - [ ] Special `*` placeholder.
Tracking support for all of
chis features:*placeholder.