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