aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/general_header/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/glossary/general_header/index.html')
-rw-r--r--files/zh-cn/glossary/general_header/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/general_header/index.html b/files/zh-cn/glossary/general_header/index.html
new file mode 100644
index 0000000000..acb1f99edf
--- /dev/null
+++ b/files/zh-cn/glossary/general_header/index.html
@@ -0,0 +1,11 @@
+---
+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>