add configurable file handler

This commit is contained in:
Xuan Sang LE
2018-02-20 19:02:31 +01:00
parent 6847a1a141
commit 957a9f719f
3 changed files with 41 additions and 6 deletions

View File

@ -37,6 +37,7 @@ typedef struct {
char* htdocs;
char* tmpdir;
dictionary rules;
dictionary handlers;
int backlog;
#ifdef USE_OPENSSL
int usessl;