Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/socket/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ username=沉默王二&password=123456
不管是请求消息还是响应消息,都可以划分为三部分,这就为我们后面的处理简化了很多工作。

- 第一行:状态行
- 第二行到第一个空行:header(请求头/相应头
- 第二行到第一个空行:header(请求头/响应头
- 剩下所有:正文

#### 3\. HTTP 服务器设计
Expand Down