Yet another HTTP router. But this one allows any combinations of regular and param segments for a path.
Go to file
2023-05-26 01:50:54 +04:00
.gitignore Initial commit 2023-05-26 01:50:54 +04:00
LICENSE Initial commit 2023-05-26 01:50:54 +04:00
README.md Initial commit 2023-05-26 01:50:54 +04:00

httpr

Yet another HTTP router. But this one supports paths like /:a and /:a/:b being under the same method, unlike julienschmidt's httprouter. :) But I need to admit that it is written in an inefficient way.