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/505/index.html | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/zh-cn/web/http/status/505/index.html (limited to 'files/zh-cn/web/http/status/505/index.html') diff --git a/files/zh-cn/web/http/status/505/index.html b/files/zh-cn/web/http/status/505/index.html new file mode 100644 index 0000000000..b32f9f0d7b --- /dev/null +++ b/files/zh-cn/web/http/status/505/index.html @@ -0,0 +1,36 @@ +--- +title: 505 HTTP Version Not Supported +slug: Web/HTTP/Status/505 +tags: + - 响应状态码 + - 服务器端错误 +translation_of: Web/HTTP/Status/505 +--- +
{{HTTPSidebar}}
+ +

505 HTTP Version Not Supported 是一种HTTP协议的服务器端错误状态代码,表示服务器不支持请求所使用的 HTTP 版本。

+ +

状态

+ +
505 HTTP Version Not Supported
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "505 HTTP Version Not Supported" , "6.6.6")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

相关内容

+ + -- cgit v1.2.3-54-g00ecf