aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/通用首部
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
commit310fd066e91f454b990372ffa30e803cc8120975 (patch)
treed5d900deb656a5da18e0b60d00f0db73f3a2e88e /files/zh-cn/glossary/通用首部
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.gz
translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.bz2
translated-content-310fd066e91f454b990372ffa30e803cc8120975.zip
unslug zh-cn: move
Diffstat (limited to 'files/zh-cn/glossary/通用首部')
-rw-r--r--files/zh-cn/glossary/通用首部/index.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/files/zh-cn/glossary/通用首部/index.html b/files/zh-cn/glossary/通用首部/index.html
deleted file mode 100644
index acb1f99edf..0000000000
--- a/files/zh-cn/glossary/通用首部/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: General header(通用首部)
-slug: Glossary/通用首部
-tags:
- - HTTP
- - 术语
-translation_of: Glossary/General_header
----
-<p><strong>通用首部</strong>指的是可以应用于请求和响应中,但是不能应用于消息内容自身的 {{glossary('Header', 'HTTP 首部')}} 。 取决于应用的上下文环境,通用首部可以是{{glossary("Response header", "响应头部")}}或者{{glossary("request header", "请求头部")}}。但是不可以是{{glossary("entity header", "实体头部")}}。</p>
-
-<p>最常见的通用首部包括:{{HTTPHeader('Date')}}、{{HTTPheader("Cache-Control")}} 或 {{HTTPHeader("Connection")}}。</p>