diff options
Diffstat (limited to 'files/zh-cn/web/http/status/103/index.html')
| -rw-r--r-- | files/zh-cn/web/http/status/103/index.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/files/zh-cn/web/http/status/103/index.html b/files/zh-cn/web/http/status/103/index.html new file mode 100644 index 0000000000..fdcc30bd67 --- /dev/null +++ b/files/zh-cn/web/http/status/103/index.html @@ -0,0 +1,43 @@ +--- +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> + +<div class="hidden">本页的兼容性表格由结构化数据自动生成,如果你希望贡献数据,请移步<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>提交一个 Pull Request。</div> + +<p>{{Compat("http.status.103")}}</p> + +<h2 id="另见">另见</h2> + +<ul> + <li>{{HTTPHeader("Link")}}</li> +</ul> |
