aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http/status/103/index.html
blob: afbcbfece0eae3984e339efdb6f32bd8e93e604f (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
---
title: 103 Early Hints
slug: Web/HTTP/Status/103
translation_of: Web/HTTP/Status/103
---
<p>{{HTTPSidebar}} {{Draft}}</p>

<p><strong><code>103 Early Hints</code></strong> 信息状态响应码,一般和 {{HTTPHeader("Link")}} header(首部)一起使用,来允许用户在服务器还在准备响应数据的时候预加载一些资源。</p>

<h2 id="状态码">状态码</h2>

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

<h2 id="规范">规范</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">规范</th>
   <th scope="col">状态</th>
   <th scope="col">备注</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{RFC(8297, "103 Early Hints")}}</td>
   <td><span class="spec-RFC">IETF RFC</span></td>
   <td>初始定义</td>
  </tr>
 </tbody>
</table>

<h2 id="浏览器兼容性">浏览器兼容性</h2>

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

<h2 id="另见">另见</h2>

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