From c1800730ed733cf89a0973749a4f2548e932f0d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8=28wabzsy=29?= Date: Wed, 15 Apr 2020 02:01:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A4=E5=A4=84=E7=BF=BB=E8=AF=91=E4=B8=8D?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E5=8E=9F=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index b4a56548f0..75d3eb1d3d 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -475,7 +475,7 @@ If you're following along with these code snippets, note that you must import th Many servers require extra headers for save operations. For example, they may require a "Content-Type" header to explicitly declare the MIME type of the request body; or the server may require an authorization token. -许多服务器需要额外的标头进行保存操作。例如,它们可能需要 `Content-Type` 标头来显式声明请求正文的 MIME 类型;否则服务器可能需要一个授权令牌。 +许多服务器需要额外的标头进行保存操作。例如,它们可能需要 `Content-Type` 标头来显式声明请求正文的 MIME 类型;或者服务器可能需要一个授权令牌。 ### Adding headers