mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 05:19:55 +02:00
use async for server
This commit is contained in:
@ -54,6 +54,11 @@ typedef struct{
|
||||
char* ip;
|
||||
} antd_client_t;
|
||||
|
||||
typedef struct {
|
||||
antd_client_t* client;
|
||||
dictionary request;
|
||||
} antd_request_t;
|
||||
|
||||
int response(void*, const char*);
|
||||
void ctype(void*,const char*);
|
||||
void redirect(void*,const char*);
|
||||
|
Reference in New Issue
Block a user