Loading

摘要: 链接 数据结构 Linux平台 #include <iostream> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netdb.h> #include <sys/unistd.h> 阅读全文
posted @ 2021-12-03 19:58 WindSnowLi 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 链接 HTTP包格式 基本请求格式 基本响应格式 暴力解析代码及测试(记得加参数-std=c++2a) #include <iostream> #include <map> #include <utility> #include <netinet/in.h> #include <cstring> # 阅读全文
posted @ 2021-12-03 19:48 WindSnowLi 阅读(242) 评论(0) 推荐(0) 编辑