aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http/status/510
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/http/status/510
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/http/status/510')
-rw-r--r--files/zh-cn/web/http/status/510/index.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-cn/web/http/status/510/index.html b/files/zh-cn/web/http/status/510/index.html
new file mode 100644
index 0000000000..aca67449a4
--- /dev/null
+++ b/files/zh-cn/web/http/status/510/index.html
@@ -0,0 +1,33 @@
+---
+title: 510 Not Extended
+slug: Web/HTTP/Status/510
+tags:
+ - HTTP
+ - 服务器错误
+ - 状态码
+translation_of: Web/HTTP/Status/510
+---
+<div>{{HTTPSidebar}}</div>
+
+<p>HTTP协议的  <code><strong>510 Not Extended</strong></code> 响应状态码在HTTP扩展框架协议(参见<a href="https://tools.ietf.org/html/rfc2774">RFC 2774</a>)中发送。</p>
+
+<p>在HTTP扩展框架协议中 ,一个客户端可以发送一个包含扩展声明的请求,该声明描述了要使用的扩展。如果服务器接收到这样的请求,但是请求不支持任何所描述的扩展,那么服务器将使用510状态码进行响应。</p>
+
+<h2 id="Status">Status</h2>
+
+<pre class="syntaxbox">510 Not Extended</pre>
+
+<h2 id="Specifications">Specifications</h2>
+
+<table class="standard-table">
+ <tbody>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Title</th>
+ </tr>
+ <tr>
+ <td>{{RFC("2774", "510 Not Extended" , "7")}}</td>
+ <td>An HTTP Extension Framework</td>
+ </tr>
+ </tbody>
+</table>