aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/http_2
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/http_2
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/http_2')
-rw-r--r--files/zh-cn/glossary/http_2/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/http_2/index.html b/files/zh-cn/glossary/http_2/index.html
new file mode 100644
index 0000000000..0572bafbf0
--- /dev/null
+++ b/files/zh-cn/glossary/http_2/index.html
@@ -0,0 +1,28 @@
+---
+title: HTTP/2
+slug: Glossary/HTTP_2
+tags:
+ - HTTP
+ - HTTP2
+translation_of: Glossary/HTTP_2
+---
+<p><span class="seoSummary"><strong>HTTP/2</strong> 是 <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP">HTTP 网络协议</a>的一个重要版本。</span> HTTP / 2的主要目标是通过启用完整的请求和响应多路复用来减少 {{glossary("延迟")}},通过有效压缩HTTP标头字段来最小化协议开销,并增加对请求优先级和服务器推送的支持。</p>
+
+<p>HTTP/2 不会修改 HTTP 协议的语义。 HTTP 1.1中的所有核心概念(例如 HTTP 方法,状态码,URI 和 headers)都得以保留。 而是修改了 HTTP/2 数据在客户端和服务器之间的格式(帧)和传输方式,这两者都管理整个过程,并在新的框架层内隐藏了应用程序的复杂性。 所以,所有现有的应用程序都可以不经修改地交付。</p>
+
+<section class="Quick_links" id="Quick_Links">
+<ol>
+ <li>常识
+ <ol>
+ <li><a href="/zh-CN/docs/Web/HTTP">HTTP on MDN</a></li>
+ <li>{{interwiki("wikipedia", "HTTP/2", "HTTP/2")}} on Wikipedia</li>
+ </ol>
+ </li>
+ <li><a href="/en-US/docs/Glossary">词汇表</a>
+ <ol>
+ <li>{{glossary("HTTP")}}</li>
+ <li>{{glossary("Latency")}}</li>
+ </ol>
+ </li>
+</ol>
+</section>