Add Method Routing and case insensitive routing patterns

This commit is contained in:
Pablu23
2024-07-08 16:37:28 +02:00
parent 986be64e03
commit 925ff203a4
5 changed files with 37 additions and 56 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Http Router which is supposed to be similar to the standard Golang Router
Todos:
- Routing to Tree instead of map
- Cmake maybe?
- Make redirects available
- Threading
- Stop
- React to Method
- Implement actual http protocol
- Post Form