11 lines
241 B
Markdown
11 lines
241 B
Markdown
# 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
|