mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
58a7738afe
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good
- New plugin interface that supports multiple instances - Fix and improve memory bugs - Refactory and cleanup lib - Improve scheduler
8 lines
177 B
C
8 lines
177 B
C
#ifndef HTTP_SERVER
|
|
#define HTTP_SERVER
|
|
|
|
void * accept_request(void *);
|
|
void * proxify(void *data);
|
|
void * resolve_request(void *data);
|
|
void * finish_request(void *data);
|
|
#endif |