aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/http/status/103/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/http/status/103/index.html')
-rw-r--r--files/pt-br/web/http/status/103/index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/files/pt-br/web/http/status/103/index.html b/files/pt-br/web/http/status/103/index.html
new file mode 100644
index 0000000000..c518c29815
--- /dev/null
+++ b/files/pt-br/web/http/status/103/index.html
@@ -0,0 +1,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>