lweb/TODO.txt

13 lines
431 B
Plaintext
Raw Permalink Normal View History

2020-11-28 10:30:45 +01:00
lweb HTTP & HTTPS Webserver
TODO List:
DONE: Switch all Network operations to Standard API
2020-11-28 10:30:45 +01:00
POST/PUT with bigger Files and or Contents
2023-03-31 08:49:32 +02:00
DONE:Sending of bigger Files (Currently everithing in Memory and then send)
2020-11-28 10:30:45 +01:00
error400 handling
error Code handling (Different errorcodes and responses)
Translate Remarks to english
Translate README.md to english
2023-03-31 08:49:32 +02:00
DONE:Optimizing Code away from old PureBasic Network Code.
Cleanup unused Variables