From 7673114ec5ff01fa8c497fd145afe4494f8909c5 Mon Sep 17 00:00:00 2001 From: Sacabambaspis <102341238+DataEraserC@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:49:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(typo):=20`=E7=9B=B8=E5=BA=94=E5=A4=B4`=20->?= =?UTF-8?q?=20`=E5=93=8D=E5=BA=94=E5=A4=B4`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/socket/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/socket/http.md b/docs/src/socket/http.md index e03583904..ff35d5aae 100644 --- a/docs/src/socket/http.md +++ b/docs/src/socket/http.md @@ -127,7 +127,7 @@ username=沉默王二&password=123456 不管是请求消息还是响应消息,都可以划分为三部分,这就为我们后面的处理简化了很多工作。 - 第一行:状态行 -- 第二行到第一个空行:header(请求头/相应头) +- 第二行到第一个空行:header(请求头/响应头) - 剩下所有:正文 #### 3\. HTTP 服务器设计