101 Switching Protocols
HTTP 101 Switching Protocols
資訊回應碼表示伺服器正在切換協定。協定是從用戶端接收到的 Upgrade
請求標頭中指定的。
狀態
http
101 Switching Protocols
範例
協定切換可能與 WebSocket 一起使用。
http
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Connection: Upgrade
規範
Specification |
---|
HTTP Semantics # status.101 |
參見
- 協定升級機制
- WebSockets
Upgrade
426
Upgrade Required