diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-17 20:08:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 20:08:55 +0200 |
commit | 3518481e9190f19bbf81741704f45cb3c1761758 (patch) | |
tree | e193ecaaa6409ff76f11d807a00e686e2d51b3a9 /files/fr/web/http/methods/patch | |
parent | 6eb505d82279a26570d00a4488ccf6d7921d8ec6 (diff) | |
download | translated-content-3518481e9190f19bbf81741704f45cb3c1761758.tar.gz translated-content-3518481e9190f19bbf81741704f45cb3c1761758.tar.bz2 translated-content-3518481e9190f19bbf81741704f45cb3c1761758.zip |
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
Diffstat (limited to 'files/fr/web/http/methods/patch')
-rw-r--r-- | files/fr/web/http/methods/patch/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 <h3 id="Requête">Requête</h3> -<pre class="line-numbers language-html">PATCH /file.txt HTTP/1.1 +<pre>PATCH /file.txt HTTP/1.1 Host: www.example.com Content-Type: application/example If-Match: "e0023aa4e" @@ -62,7 +62,7 @@ Content-Length: 100 <p>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.</p> -<pre class="newpage">HTTP/1.1 204 No Content +<pre>HTTP/1.1 204 No Content Content-Location: /file.txt ETag: "e0023aa4f"</pre> |