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/417/index.html | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/zh-cn/web/http/status/417/index.html (limited to 'files/zh-cn/web/http/status/417') diff --git a/files/zh-cn/web/http/status/417/index.html b/files/zh-cn/web/http/status/417/index.html new file mode 100644 index 0000000000..772c67f928 --- /dev/null +++ b/files/zh-cn/web/http/status/417/index.html @@ -0,0 +1,35 @@ +--- +title: 417 Expectation Failed +slug: Web/HTTP/Status/417 +translation_of: Web/HTTP/Status/417 +--- +
{{HTTPSidebar}}
+ +

HTTP协议中的  417 Expectation Failed 状态码表示客户端错误,意味着服务器无法满足 {{HTTPHeader("Expect")}} 请求消息头中的期望条件。

+ +

参考 {{HTTPHeader("Expect")}} 消息头获得更多的相关细节信息。

+ +

状态码

+ +
417 Expectation Failed
+ +

规范

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "417 Expectation Failed" , "6.5.14")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

参见

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