17 lines
466 B
Markdown
17 lines
466 B
Markdown
# TODO
|
|
- [x] Manage requests
|
|
- [x] Router
|
|
- [NOT NEEDED] HTTP code mapper : not needed because a code will be directly translated on the client (browser / postman)
|
|
- [ ] JS / CSS data
|
|
- [ ] Media manager
|
|
- [ ] Log system
|
|
- [ ] File management
|
|
- [ ] Auto-cleanup
|
|
- [ ] Transversal utility
|
|
- [ ] Let programmer set the default not found response
|
|
- [ ] Allow middleware
|
|
|
|
## Improvements
|
|
|
|
- [ ] Check any potential error in Request Parsing and return a 500 error.
|