blob: 0f31f3a62f53d838a1dd8322757e5617fa2de2d3 (
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
|
---
title: 103 Early Hints
slug: Web/HTTP/Status/103
translation_of: Web/HTTP/Status/103
---
<p>{{HTTPSidebar}}{{Draft}}</p>
<p>HTTP <strong><code>103 Early Hints</code></strong> 정보 상태 응답 코드는 서버가 응답을 준비하는 동안에도 사용자 에이전트가 자원을 미리 읽어들일 수 있도록, 주로 {{HTTPHeader("Link")}} 헤더와 함께 사용됩니다.</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>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<p>{{Compat("http.status.103")}}</p>
<h2 id="같이_보기">같이 보기</h2>
<ul>
<li>{{HTTPHeader("Link")}}</li>
</ul>
|