From 0f9fa38d8ba25310009fa707a27a6b3ac179f194 Mon Sep 17 00:00:00 2001 From: Quinten Date: Thu, 9 Oct 2025 18:01:02 +0200 Subject: [PATCH] feat: add initial TODO list for project tasks --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/TODO diff --git a/docs/TODO b/docs/TODO new file mode 100644 index 0000000..56149d5 --- /dev/null +++ b/docs/TODO @@ -0,0 +1,7 @@ +- Better error page generation +- CGI +- Error handling (check mallocs, exceptions, etc) +- Make an impressive website +- URIParser: Include authority +- Check if host header is present +- Cookies \ No newline at end of file