diff options
author | allo <yin199909@aliyun.com> | 2022-03-18 22:01:02 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-03-18 22:31:17 +0800 |
commit | 0227170ae69b5b6c35c7cfa59ab54918241349fd (patch) | |
tree | a402844e219afb50bb4f86a8ae9d1bf57ff47720 /files/zh-tw/web/http/protocol_upgrade_mechanism/index.html | |
parent | 8824afb494e5398bc0efcf5f7eb78782096fc90c (diff) | |
download | translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.gz translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.tar.bz2 translated-content-0227170ae69b5b6c35c7cfa59ab54918241349fd.zip |
auto replace anch with scripts
Diffstat (limited to 'files/zh-tw/web/http/protocol_upgrade_mechanism/index.html')
-rw-r--r-- | files/zh-tw/web/http/protocol_upgrade_mechanism/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 217ff98e17..75032d3fb1 100644 --- a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html +++ b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html @@ -26,7 +26,7 @@ Upgrade: example/1, foo/2 </pre> <p><br> - 根據之前的請求的協議,可能需要其他頭部信息,例如:從HTTP/1.1升級到WebSocket 允許配置有關 WebSocket 連接的頭部詳細信息,以及在連接時提供一定程度的安全性。查看 {{anch("Upgrading to a WebSocket connection")}} 獲取更多信息。</p> + 根據之前的請求的協議,可能需要其他頭部信息,例如:從HTTP/1.1升級到WebSocket 允許配置有關 WebSocket 連接的頭部詳細信息,以及在連接時提供一定程度的安全性。查看 <a href="#upgrading_to_a_websocket_connection">Upgrading to a WebSocket connection</a> 獲取更多信息。</p> <p>如果服務器決定升級這次連接,就會返回一個 {{HTTPStatus(101, "101 Switching Protocols")}} 響應狀態碼,和一個要切換到的協議的頭部字段Upgrade。 如果服務器沒有(或者不能)升級這次連接,它會忽略客戶端發送的 "Upgrade 頭部字段,返回一個常規的響應:例如一個{{HTTPStatus(200, "200 OK")}}).</p> |