diff options
Diffstat (limited to 'files/ja/web/http/status/202/index.html')
| -rw-r--r-- | files/ja/web/http/status/202/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/ja/web/http/status/202/index.html b/files/ja/web/http/status/202/index.html new file mode 100644 index 0000000000..f4f6916f78 --- /dev/null +++ b/files/ja/web/http/status/202/index.html @@ -0,0 +1,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> |
