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

11
src/net/http.h Normal file
View File

@ -0,0 +1,11 @@
/**
* Necronda Web Server
* HTTP implementation (header file)
* src/net/http.h
* Lorenz Stechauner, 2020-12-09
*/
#ifndef NECRONDA_SERVER_HTTP_H
#define NECRONDA_SERVER_HTTP_H
#endif //NECRONDA_SERVER_HTTP_H