mirror of
https://github.com/lxsang/ant-http
synced 2025-04-28 12:36:44 +02:00
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 |