From 3518481e9190f19bbf81741704f45cb3c1761758 Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Fri, 17 Sep 2021 20:08:55 +0200 Subject: Prepare HTTP section for Markdown conversion (#2453) * Remove summary classes * Remove hidden blocks * Remove id when not in headings * Remove notranslate * remove unecessary ltr dir * Remove spans from automatic translation tool copy/paste * Remove unhandled pe brush for plain text * make consistent notes * make consistent warning + rm rfc class * fix one-offs and images + spans * fix dls and subsequent oneoff errors * fix sups --- files/fr/web/http/methods/connect/index.html | 2 +- files/fr/web/http/methods/patch/index.html | 4 ++-- files/fr/web/http/methods/post/index.html | 2 +- files/fr/web/http/methods/trace/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'files/fr/web/http/methods') diff --git a/files/fr/web/http/methods/connect/index.html b/files/fr/web/http/methods/connect/index.html index db70367783..08e8ec6a12 100644 --- a/files/fr/web/http/methods/connect/index.html +++ b/files/fr/web/http/methods/connect/index.html @@ -54,7 +54,7 @@ original_slug: Web/HTTP/Méthode/CONNECT

Certains serveurs proxy pourraient avoir besoin d'une autorisation pour créer un tunnel. Voir aussi l'en-tête {{HTTPHeader("Proxy-Authorization")}}.

-
CONNECT server.example.com:80 HTTP/1.1
+
CONNECT server.example.com:80 HTTP/1.1
 Host: server.example.com:80
 Proxy-Authorization: basic aGVsbG86d29ybGQ=
diff --git a/files/fr/web/http/methods/patch/index.html b/files/fr/web/http/methods/patch/index.html index 0f6c6bf8e6..79eb5d483d 100644 --- a/files/fr/web/http/methods/patch/index.html +++ b/files/fr/web/http/methods/patch/index.html @@ -50,7 +50,7 @@ original_slug: Web/HTTP/Méthode/PATCH

Requête

-
PATCH /file.txt HTTP/1.1
+
PATCH /file.txt HTTP/1.1
 Host: www.example.com
 Content-Type: application/example
 If-Match: "e0023aa4e"
@@ -62,7 +62,7 @@ Content-Length: 100
 
 

Une requête traitée avec succès retourne une réponse accompagnée d'un code de réponse {{HTTPStatus("204")}}. Dans ce cas-ci, la réponse ne contient un corps de message.

-
HTTP/1.1 204 No Content
+
HTTP/1.1 204 No Content
 Content-Location: /file.txt
 ETag: "e0023aa4f"
diff --git a/files/fr/web/http/methods/post/index.html b/files/fr/web/http/methods/post/index.html index 82bd30d64f..a40217492e 100644 --- a/files/fr/web/http/methods/post/index.html +++ b/files/fr/web/http/methods/post/index.html @@ -69,7 +69,7 @@ original_slug: Web/HTTP/Méthode/POST

Un formulaire simple utilisant le type de contenu par défaut application/x-www-form-urlencoded :

-
POST / HTTP/1.1
+
POST / HTTP/1.1
 Host: foo.com
 Content-Type: application/x-www-form-urlencoded
 Content-Length: 13
diff --git a/files/fr/web/http/methods/trace/index.html b/files/fr/web/http/methods/trace/index.html
index 50422020f7..d095495f3c 100644
--- a/files/fr/web/http/methods/trace/index.html
+++ b/files/fr/web/http/methods/trace/index.html
@@ -45,7 +45,7 @@ original_slug: Web/HTTP/Méthode/TRACE
 
 

Syntaxe

-
TRACE /index.html
+
TRACE /index.html
 

Specifications

-- cgit v1.2.3-54-g00ecf