summaryrefslogtreecommitdiff
path: root/internal/pathtree_test.go
AgeCommit message (Collapse)Author
2023-10-09router/pathtree: support a required path segment prefix before :wildcardsv1.4.0tjpcc
2023-05-01name change gus -> slideruletjpcc
2023-02-02Initial Router work.tjpcc
- Router type, supports: adding handlers, serving, fetching the matching handler for a route. - Private PathTree type handles the modified radix trie.