aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/http/headers/age/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:49:55 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:56 +0200
commitdf12ec2617159d79d2ea959389358ef52423f9ff (patch)
treefaa945937b4c014911119535ac35d7df48cb83a6 /files/fr/web/http/headers/age/index.html
parent258ba7b4be62d8640477a3bd3146d08b00cb70ec (diff)
downloadtranslated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.gz
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.tar.bz2
translated-content-df12ec2617159d79d2ea959389358ef52423f9ff.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/http/headers/age/index.html')
-rw-r--r--files/fr/web/http/headers/age/index.html69
1 files changed, 0 insertions, 69 deletions
diff --git a/files/fr/web/http/headers/age/index.html b/files/fr/web/http/headers/age/index.html
deleted file mode 100644
index fc78feaa3e..0000000000
--- a/files/fr/web/http/headers/age/index.html
+++ /dev/null
@@ -1,69 +0,0 @@
----
-title: Age
-slug: Web/HTTP/Headers/Age
-translation_of: Web/HTTP/Headers/Age
----
-<div>{{HTTPSidebar}}</div>
-
-<p>L'entête HTTP {{HTTPHeader("Age")}} indique le temps en secondes pendant lequel la ressource a été stockée dans un cache proxy.</p>
-
-<p>Sa valeur est généralement proche de zéro. Elle vaut 0 lorsque la ressource vient d'être rapatriée du serveur d'origine; autrement, sa valeur équivaut à la différence entre la date courante du proxy et la valeur de l'entête {{HTTPHeader("Date")}} inclus dans la réponse HTTP.</p>
-
-<p> </p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row">Type d'entête</th>
- <td>Entête de réponse</td>
- </tr>
- <tr>
- <th scope="row">Nom d'entête interdit</th>
- <td>non</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Syntaxe">Syntaxe</h2>
-
-<pre class="syntaxbox">Age: &lt;valeur-en-secondes&gt;
-</pre>
-
-<h2 id="Directive">Directive</h2>
-
-<dl>
- <dt>&lt;valeur-en-secondes&gt;</dt>
- <dd>
- <p>Un entier positif indiquant le temps en secondes pendant lequel la ressource a été stockée dans un cache proxy.</p>
- </dd>
-</dl>
-
-<h2 id="Exemple">Exemple</h2>
-
-<pre>Age: 24</pre>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">Titre</th>
- </tr>
- <tr>
- <td>{{RFC("7234", "Age", "5.1")}}</td>
- <td>Hypertext Transfer Protocol (HTTP/1.1): Caching</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("http.headers.Age")}}</p>
-
-<h2 id="Voir_aussi">Voir aussi</h2>
-
-<ul>
- <li>{{HTTPHeader("Cache-Control")}}</li>
- <li>{{HTTPHeader("Expires")}}</li>
-</ul>