aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/request_header/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:53 +0100
commitfc56124ac4eda6b3f0349c8a16fa750f27b4c7d6 (patch)
tree7089f49c5dcc5428f29711439ab79ac387caf44f /files/zh-cn/glossary/request_header/index.html
parent310fd066e91f454b990372ffa30e803cc8120975 (diff)
downloadtranslated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.gz
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.tar.bz2
translated-content-fc56124ac4eda6b3f0349c8a16fa750f27b4c7d6.zip
unslug zh-cn: modify
Diffstat (limited to 'files/zh-cn/glossary/request_header/index.html')
-rw-r--r--files/zh-cn/glossary/request_header/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/zh-cn/glossary/request_header/index.html b/files/zh-cn/glossary/request_header/index.html
index 666ace7ea4..82c98704fc 100644
--- a/files/zh-cn/glossary/request_header/index.html
+++ b/files/zh-cn/glossary/request_header/index.html
@@ -1,10 +1,11 @@
---
title: Request header(请求头)
-slug: Glossary/请求头
+slug: Glossary/Request_header
tags:
- HTTP
- 术语
translation_of: Glossary/Request_header
+original_slug: Glossary/请求头
---
<p><strong>请求头</strong>是 {{glossary("header", "HTTP 头")}}的一种,它可在 HTTP 请求中使用,并且和请求主体无关 。某些请求头如 {{HTTPHeader("Accept")}}、{{HTTPHeader("Accept-Language", "Accept-*")}}、 {{HTTPHeader("If-Modified-Since", "If-*")}} 允许执行条件请求。某些请求头如:{{HTTPHeader("Cookie")}}, {{HTTPHeader("User-Agent")}} 和 {{HTTPHeader("Referer")}} 描述了请求本身以确保服务端能返回正确的响应。</p>