mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 05:19:55 +02:00
add configurable file handler
This commit is contained in:
@ -37,6 +37,7 @@ typedef struct {
|
||||
char* htdocs;
|
||||
char* tmpdir;
|
||||
dictionary rules;
|
||||
dictionary handlers;
|
||||
int backlog;
|
||||
#ifdef USE_OPENSSL
|
||||
int usessl;
|
||||
|
Reference in New Issue
Block a user