A fast, ultra-simple URI router.
Go to file
2024-08-22 21:46:21 -05:00
.gitignore Initial commit 2024-08-22 21:08:25 -05:00
Flow.go initial commit 2024-08-22 21:46:21 -05:00
go.mod initial commit 2024-08-22 21:46:21 -05:00
LICENSE Initial commit 2024-08-22 21:08:25 -05:00
Parameter.go initial commit 2024-08-22 21:46:21 -05:00
README.md Initial commit 2024-08-22 21:08:25 -05:00
Router.go initial commit 2024-08-22 21:46:21 -05:00
Tree.go initial commit 2024-08-22 21:46:21 -05:00
TreeNode.go initial commit 2024-08-22 21:46:21 -05:00

Router

A radix-tree based no-allocation router in Go.