blob: cc3acded03f4bf0685187d1551cbb1725e320464 (
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
|
---
title: 103 Early Hints
slug: Web/HTTP/Status/103
tags:
- HTTP
- Reference
- Statut
translation_of: Web/HTTP/Status/103
---
<p>{{HTTPSidebar}}{{Draft}}</p>
<p>Le code de statut de réponse <strong><code>103 Early Hints</code></strong> est principalement utilisé avec l'en-tête HTTP {{HTTPHeader("Link")}} afin de permettre à l'application cliente de commencer le chargement des ressources tandis que le serveur prépare une réponse.</p>
<h2 id="Syntaxe">Syntaxe</h2>
<pre class="syntaxbox">103 Early Hints</pre>
<h2 id="Spécifications">Spécifications</h2>
<table class="standard-table" style="height: 82px; width: 852px;">
<thead>
<tr>
<th scope="col">Spécification</th>
<th scope="col">État</th>
<th scope="col">Commentaire</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{RFC(8297, "103 Early Hints")}}</td>
<td><span class="spec-RFC">IETF RFC</span></td>
<td>Première version</td>
</tr>
</tbody>
</table>
<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
<p>{{Compat("http.status.103")}}</p>
<h2 id="Voir_aussi">Voir aussi</h2>
<ul>
<li>{{HTTPHeader("Link")}}</li>
</ul>
|