Update README.md
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Http Router which is supposed to be similar to the standard Golang Router
|
# Http Router which is supposed to be similar to the standard Golang Router
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- c++20
|
- c++20
|
||||||
|
- Linux
|
||||||
- make for building
|
- make for building
|
||||||
- gcc (g++) if using make for build
|
- gcc (g++) if using make for build
|
||||||
|
|
||||||
@@ -30,7 +31,7 @@ Todos:
|
|||||||
- Routing to Tree instead of map
|
- Routing to Tree instead of map
|
||||||
- Cmake maybe?
|
- Cmake maybe?
|
||||||
- Make redirects available
|
- Make redirects available
|
||||||
- Threading
|
- Add windows support
|
||||||
- Stop
|
- Stop
|
||||||
- React to Method
|
- React to Method
|
||||||
- Implement actual http protocol
|
- Implement actual http protocol
|
||||||
|
|||||||
Reference in New Issue
Block a user