blob: 288e428c3d69791a7346d794e83876edb967dd42 (
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:
- Draft
- HTTP
- Informational
- NeedsCompatTable
- NeedsContent
- Status code
translation_of: Web/HTTP/Status/103
---
<p>{{HTTPSidebar}}{{Draft}}</p>
<p>HTTP <strong><code>103 Early Hints</code></strong> インフォメーションレスポンスステータスコードは、主に {{HTTPHeader("Link")}} ヘッダーと共に使用され、サーバーがまだレスポンスを準備している間にユーザーエージェントがリソースのプリロードを開始できるようにすることを目的としています。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">103 Early Hints</pre>
<h2 id="Specifications" name="Specifications">仕様</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> をチェックして、プルリクエストを送ってください。</div>
<p>{{Compat("http.status.103")}}</p>
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
<li>{{HTTPHeader("Link")}}</li>
</ul>
|