From 0fe03b92344c0f9b0d4ada2146d4480997ab2e25 Mon Sep 17 00:00:00 2001 From: julieng Date: Fri, 17 Sep 2021 20:50:13 +0200 Subject: convert content to md --- files/fr/web/http/status/101/index.md | 47 ++++++++++++++--------------------- 1 file changed, 18 insertions(+), 29 deletions(-) (limited to 'files/fr/web/http/status/101') diff --git a/files/fr/web/http/status/101/index.md b/files/fr/web/http/status/101/index.md index 7f8aa0307e..4f74b22e22 100644 --- a/files/fr/web/http/status/101/index.md +++ b/files/fr/web/http/status/101/index.md @@ -9,43 +9,32 @@ tags: - WebSockets translation_of: Web/HTTP/Status/101 --- -
{{HTTPSidebar}}
+{{HTTPSidebar}} -

Le code de réponse HTTP 101 Switching Protocol indique que le protocole a changé, comme demandé par le client via l'en-tête {{HTTPHeader("Upgrade")}}.

+Le code de réponse HTTP **`101 Switching Protocol`** indique que le protocole a changé, comme demandé par le client via l'en-tête {{HTTPHeader("Upgrade")}}. -

Le serveur envoie alors une réponse avec un en-tête {{HTTPHeader("Upgrade")}} qui indique le nouveau protocole utilisé.

+Le serveur envoie alors une réponse avec un en-tête {{HTTPHeader("Upgrade")}} qui indique le nouveau protocole utilisé. -

Statut

+## Statut -
101 Switching Protocol
+ 101 Switching Protocol -

Exemples

+## Exemples -

Les changements de protocole peuvent être utilisés avec WebSockets.

+Les changements de protocole peuvent être utilisés avec [WebSockets](/fr/docs/WebSockets). -
HTTP/1.1 101 Switching Protocols
-Upgrade: websocket
-Connection: Upgrade
+ HTTP/1.1 101 Switching Protocols + Upgrade: websocket + Connection: Upgrade -

Spécifications

+## Spécifications - - - - - - - - - - - -
SpécificationTitre
{{RFC("7231", "101 Switching Protocol" , "6.2.2")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+| Spécification | Titre | +| -------------------------------------------------------------------- | ------------------------------------------------------------- | +| {{RFC("7231", "101 Switching Protocol" , "6.2.2")}} | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content | -

Voir aussi

+## Voir aussi - +- [WebSockets](/fr/docs/WebSockets) +- {{HTTPHeader("Upgrade")}} +- {{HTTPStatus("426")}}` Upgrade Required` -- cgit v1.2.3-54-g00ecf