feat: basic routing done

This commit is contained in:
2025-01-17 12:41:27 +01:00
parent db210a2c4e
commit 0723c2411d
3 changed files with 27 additions and 8 deletions

View File

@@ -11,8 +11,10 @@
- [ ] Transversal utility
- [ ] Let programmer set the default not found response
- [x] Manage basic defaults app and route headers
- [ ] Manage route specific headers
- [x] Manage route specific headers
- [ ] Allow middleware
- [ ] Middleware to redirect or block petitions
- [ ] Middleware to insert headers and data
- [ ] Study how to organize functions on structs or types if possible
## Improvements