Refactored for version 4
This commit is contained in:
11
src/net/http.h
Normal file
11
src/net/http.h
Normal 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
|
Reference in New Issue
Block a user