aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/202/index.html
blob: f4f6916f7877626acdc3b3af91f2e64b3bd8bcef (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
---
title: 202 Accepted
slug: Web/HTTP/Status/202
tags:
  - HTTP
  - HTTP ステータスコード
  - リファレンス
translation_of: Web/HTTP/Status/202
---
<div>{{HTTPSidebar}}</div>

<p>HTTP <code><strong>202 Accepted</strong></code> レスポンスはリクエストを受け取ったが処理はされていない、ということを表すステータスコードです。これはコミットされていない、リクエストを処理した結果を示すレスポンスを、非同期で送信する方法がHTTPに存在しないことを意味しています。別のプロセスまたはサーバーがリクエストを処理する場合、またはバッチ処理の場合を想定しています。</p>

<h2 id="ステータス">ステータス</h2>

<pre class="syntaxbox">202 Accepted</pre>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">タイトル</th>
  </tr>
  <tr>
   <td>{{RFC("7231", "202 Accepted" , "6.3.3")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="参照">参照</h2>

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