Update README.md

This commit is contained in:
Pablu23
2024-07-13 18:04:23 +02:00
committed by GitHub
parent 0758c13de2
commit f12361567c

View File

@@ -1,6 +1,7 @@
# Http Router which is supposed to be similar to the standard Golang Router
## Dependencies
- c++20
- Linux
- make for building
- gcc (g++) if using make for build
@@ -30,7 +31,7 @@ Todos:
- Routing to Tree instead of map
- Cmake maybe?
- Make redirects available
- Threading
- Add windows support
- Stop
- React to Method
- Implement actual http protocol