aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/103/index.html
blob: c518c298159ec9fc6a0cf39395cafd4a9d8a2d86 (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
---
title: 103 Early Hints
slug: Web/HTTP/Status/103
tags:
  - Código de status
  - Draft
  - HTTP
  - Informacional
  - Informational
  - Status code
translation_of: Web/HTTP/Status/103
---
<p>{{HTTPSidebar}}{{Draft}}</p>

<p>O código de informação de status de resposta HTTP <strong><code>103 Early Hints</code></strong> é destinado principalmente a ser usado com o cabeçalho {{HTTPHeader("Link")}} para permitir ao agente do usuário começar pré-carregamento de recursos enquanto o servidor ainda está preparando uma resposta.</p>

<h2 id="Sintaxe">Sintaxe</h2>

<pre class="syntaxbox">103 Early Hints</pre>

<h2 id="Especificações">Especificações</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificação</th>
   <th scope="col">Status</th>
   <th scope="col">Comentários</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{RFC(8297, "103 Early Hints")}}</td>
   <td><span class="spec-RFC">IETF RFC</span></td>
   <td>Definição inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Comptabilidade_de_navegador">Comptabilidade de navegador</h2>



<p>{{Compat("http.status.103")}}</p>

<h2 id="Veja_também">Veja também</h2>

<ul>
 <li>{{HTTPHeader("Link")}}</li>
</ul>