aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/headers/early-data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/headers/early-data/index.html')
-rw-r--r--files/pt-br/web/http/headers/early-data/index.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/files/pt-br/web/http/headers/early-data/index.html b/files/pt-br/web/http/headers/early-data/index.html
new file mode 100644
index 0000000000..1c68eea70c
--- /dev/null
+++ b/files/pt-br/web/http/headers/early-data/index.html
@@ -0,0 +1,63 @@
+---
+title: Early-Data
+slug: Web/HTTP/Headers/Early-Data
+tags:
+ - Cabeçalho HTTP
+ - Client hints
+ - HTTP
+ - cabeçalho
+ - requisição
+translation_of: Web/HTTP/Headers/Early-Data
+---
+<div>{{SeeCompatTable}}{{HTTPSidebar}}</div>
+
+<p><span class="seoSummary">O cabeçalho <code><strong>Early-Data</strong></code> é colocado por um intermediário para indicar que a requisição foi transportada em <a href="/en-US/docs/Web/Security/Transport_Layer_Security#TLS_1.3">dados precoces do TLS (TLS <em>early data</em>)</a>, e também indica que o intermediário entende o código de status {{HTTPStatus("425", "425 (Too Early)")}}.</span></p>
+
+<p>O cabeçalho <code>Early-Data</code> <strong>não é</strong> definido pelo gerador da requisição (i.e., um navegador).</p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row">Tipo de cabeçalho</th>
+ <td>{{Glossary("Request header")}}</td>
+ </tr>
+ <tr>
+ <th scope="row">{{Glossary("Forbidden header name")}}</th>
+ <td>não</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Sitnaxe">Sitnaxe</h2>
+
+<pre class="syntaxbox notranslate">Early-Data: 1
+</pre>
+
+<h2 id="Exemplos">Exemplos</h2>
+
+<pre class="notranslate">GET /resource HTTP/1.0
+Host: example.com
+Early-Data: 1</pre>
+
+<h2 id="Especificações">Especificações</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Especificação</th>
+ <th scope="col">Título</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{RFC("8470", "The Early-Data Header Field", "5.1")}}</td>
+ <td>Using Early Data in HTTP</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Compatibilidade_de_navegador">Compatibilidade de navegador</h2>
+
+
+
+<p>{{Compat("http.headers.Early-Data")}}</p>