aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/http/status/202/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/http/status/202/index.html')
-rw-r--r--files/zh-tw/web/http/status/202/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-tw/web/http/status/202/index.html b/files/zh-tw/web/http/status/202/index.html
new file mode 100644
index 0000000000..04221bbebd
--- /dev/null
+++ b/files/zh-tw/web/http/status/202/index.html
@@ -0,0 +1,33 @@
+---
+title: 202 Accepted
+slug: Web/HTTP/Status/202
+translation_of: Web/HTTP/Status/202
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>HTTP <code><strong>202 Accepted</strong></code> 成功狀態碼表示此請求已經被接受但尚未處理。此狀態為非承諾性,代表 HTTP 無法在之後傳送一個非同步的回應告知請求的處理結果。最初<span class="tlid-translation translation" lang="zh-TW"><span title="">目的為外部程序或其他伺服器處理</span></span>請求的情況,或用於批次處理中。</p>
+
+<h2 id="狀態">狀態</h2>
+
+<pre class="syntaxbox">202 Accepted</pre>
+
+<h2 id="規範">規範</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Title</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>