Files
plain-http/docs/TODO.md
2025-01-17 12:41:27 +01:00

723 B

TODO

  • Manage requests
  • 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
  • Manage basic defaults app and route headers
  • 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

  • Check any potential error in Request Parsing and return a 500 error.