From 0e76942285f345d201701fd5420fe15875f42122 Mon Sep 17 00:00:00 2001 From: Ground0 Date: Sat, 28 Nov 2020 10:30:45 +0100 Subject: [PATCH] Add TODO List --- TODO.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..40db699 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,10 @@ +lweb HTTP & HTTPS Webserver + +TODO: +Switch all Network operations to Standard API +POST/PUT with bigger Files and or Contents +Sending of bigger Files (Currently everithing in Memory and then send) +error400 handling +error Code handling (Different errorcodes and responses) +Translate Remarks to english +Translate README.md to english