From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/http/status/510/index.html | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/zh-cn/web/http/status/510/index.html (limited to 'files/zh-cn/web/http/status/510') 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 +--- +
{{HTTPSidebar}}
+ +

HTTP协议的  510 Not Extended 响应状态码在HTTP扩展框架协议(参见RFC 2774)中发送。

+ +

在HTTP扩展框架协议中 ,一个客户端可以发送一个包含扩展声明的请求,该声明描述了要使用的扩展。如果服务器接收到这样的请求,但是请求不支持任何所描述的扩展,那么服务器将使用510状态码进行响应。

+ +

Status

+ +
510 Not Extended
+ +

Specifications

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("2774", "510 Not Extended" , "7")}}An HTTP Extension Framework
-- cgit v1.2.3-54-g00ecf