From 8af4d5e8a260f3474b4273d573532ec6fec08ab4 Mon Sep 17 00:00:00 2001 From: t7yang Date: Sat, 17 Jul 2021 15:47:55 +0800 Subject: replace wiki links in zh-TW --- files/zh-tw/web/http/protocol_upgrade_mechanism/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/http') diff --git a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html index 98ac6b0edb..217ff98e17 100644 --- a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html +++ b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html @@ -6,7 +6,7 @@ translation_of: Web/HTTP/Protocol_upgrade_mechanism

{{HTTPSidebar}}

-

HTTP/1.1 協議提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。

+

HTTP/1.1 協議提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。

通常來說這一機制總是由客戶端發起的 (不過也有例外,比如說可以由服務端發起{{anch("Server-initiated upgrade to TLS", "升級到傳輸層安全協議(TLS)")}}), 服務端可以選擇是否要升級到新協議。借助這一技術,連接可以以常用的協議啟動(如HTTP/1.1),隨後再升級到HTTP2甚至是WebSockets.

-- cgit v1.2.3-54-g00ecf