aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/headers/early-data/index.html
blob: b0d0bc07b870b96896d77810e1ff03f7845982da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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="Browser_compatibility">Compatibilidade com navegadores</h2>



<p>{{Compat("http.headers.Early-Data")}}</p>