Refactored for version 4

This commit is contained in:
2020-12-09 19:21:57 +01:00
parent e68e0239c3
commit d104a43d1b
29 changed files with 81 additions and 3107 deletions

8
src/net/http.c Normal file
View File

@ -0,0 +1,8 @@
/**
* Necronda Web Server
* HTTP implementation
* src/net/http.c
* Lorenz Stechauner, 2020-12-09
*/
#include "http.h"