Add fastcgi

This commit is contained in:
2020-12-26 21:13:18 +01:00
parent d88c70c978
commit 1429961e44
3 changed files with 20 additions and 0 deletions

11
src/fastcgi.h Normal file
View File

@ -0,0 +1,11 @@
/**
* Necronda Web Server
* FastCGI implementation (header file)
* src/fastcgi.h
* Lorenz Stechauner, 2020-12-26
*/
#ifndef NECRONDA_SERVER_FASTCGI_H
#define NECRONDA_SERVER_FASTCGI_H
#endif //NECRONDA_SERVER_FASTCGI_H