aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/http/headers/age/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/http/headers/age/index.html')
-rw-r--r--files/it/web/http/headers/age/index.html69
1 files changed, 0 insertions, 69 deletions
diff --git a/files/it/web/http/headers/age/index.html b/files/it/web/http/headers/age/index.html
deleted file mode 100644
index 5a4f1d20c3..0000000000
--- a/files/it/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'header <code><strong>Age</strong></code> contiene il tempo in secondi di presenza dell'oggetto nella cache del proxy.</p>
-
-<p>L'header <code>Age</code> è solitamente prossimo allo zero. Se è <code>Age: 0</code>, è stato probabilmente da poco reperito dal server di origine; altrimenti viene calcolato come la differenza tra la data corrente del proxy e l' {{HTTPHeader("Date")}} header incluso nella risposta HTTP.</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row">Header type</th>
- <td>{{Glossary("Response header")}}</td>
- </tr>
- <tr>
- <th scope="row">{{Glossary("Forbidden header name")}}</th>
- <td>no</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Sintassi">Sintassi</h2>
-
-<pre class="syntaxbox">Age: &lt;delta-seconds&gt;
-</pre>
-
-<h2 id="Direttive">Direttive</h2>
-
-<dl>
- <dt>&lt;delta-seconds&gt;</dt>
- <dd>
- <p>Un intero non negativo, che rappresenta il tempo in secondi di presenza dell'oggetto nella cache del proxy.</p>
- </dd>
-</dl>
-
-<h2 id="Esempi">Esempi</h2>
-
-<pre>Age: 24</pre>
-
-<h2 id="Specifiche">Specifiche</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Title</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à_Browser">Compatibilità Browser</h2>
-
-<p class="hidden">La tabella di compatibilità di questa pagina è generata dai dati strutturati. Se vuoi contribuire ai dati controlla <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e inviaci una pull request.</p>
-
-<p>{{Compat("http.headers.Age")}}</p>
-
-<h2 id="Vedi_anche">Vedi anche</h2>
-
-<ul>
- <li>{{HTTPHeader("Cache-Control")}}</li>
- <li>{{HTTPHeader("Expires")}}</li>
-</ul>