web_task.h

来自「模拟http服务器 模拟http协议的一个服务器端 运行之后能用IE连接」· C头文件 代码 · 共 8 行

H
8
字号
int extractRequest(st_req *);				/* extract url and post in the Http Request message*/
void checkAuthorize(st_req *);				/* Setting st_req->is_logged */
void base64_decode(char *);					/* base64 decode */
int setRequestPostValue(st_req*);				/* make a pair post message name and value*/
void makePairPostValue(char*, int, st_req*);	/* make just one name and value in the post message*/
void readAndSend(int client_sd, char *html);
int execute(st_req* request, int pair_num);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?