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

8
src/fastcgi.c Normal file
View File

@ -0,0 +1,8 @@
/**
* Necronda Web Server
* FastCGI implementation
* src/fastcgi.c
* Lorenz Stechauner, 2020-12-26
*/
#include "fastcgi.h"