⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web_task.h

📁 模拟http服务器 模拟http协议的一个服务器端 运行之后能用IE连接
💻 H
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -