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/headers/content-encoding/index.html | |
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/headers/content-encoding/index.html')
-rw-r--r-- | files/fr/web/http/headers/content-encoding/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/http/headers/content-encoding/index.html b/files/fr/web/http/headers/content-encoding/index.html index 710f2b96d4..3d52ddfac5 100644 --- a/files/fr/web/http/headers/content-encoding/index.html +++ b/files/fr/web/http/headers/content-encoding/index.html @@ -28,7 +28,7 @@ translation_of: Web/HTTP/Headers/Content-Encoding <h2 id="Syntaxe">Syntaxe</h2> -<pre class="syntaxbox notranslate">Content-Encoding: gzip +<pre class="syntaxbox">Content-Encoding: gzip Content-Encoding: compress Content-Encoding: deflate Content-Encoding: identity @@ -60,11 +60,11 @@ Content-Encoding: deflate, gzip <p>Côté client, on peut fournir la liste des mécanismes de compression pris en charge en envoyant l'en-tête {{HTTPHeader("Accept-Encoding")}} lors de la négociation de l'encodage.</p> -<pre class="notranslate">Accept-Encoding: gzip, deflate</pre> +<pre>Accept-Encoding: gzip, deflate</pre> <p>Le serveur répondra avec le schéma utilisé avec l'en-tête de réponse <code>Content-Encoding</code>.</p> -<pre class="notranslate">Content-Encoding: gzip</pre> +<pre>Content-Encoding: gzip</pre> <p>À noter que le serveur n'est pas obligé d'utiliser de méthode de compression. La compression dépend fortement des paramètres du serveur et des modules de serveur utilisés.</p> |