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/410/index.html | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/zh-cn/web/http/status/410/index.html (limited to 'files/zh-cn/web/http/status/410') diff --git a/files/zh-cn/web/http/status/410/index.html b/files/zh-cn/web/http/status/410/index.html new file mode 100644 index 0000000000..0aba3d1a00 --- /dev/null +++ b/files/zh-cn/web/http/status/410/index.html @@ -0,0 +1,45 @@ +--- +title: 410 Gone +slug: Web/HTTP/Status/410 +translation_of: Web/HTTP/Status/410 +--- +
{{HTTPSidebar}}
+ +
HTTP 410 丢失 说明请求的目标资源在原服务器上不存在了,并且是永久性的丢失。如果不清楚是否为永久或临时的丢失,应该使用{{HTTPStatus(404)}} 
+ +
+ +
+

410 响应默认会被缓存

+
+ +

状态

+ +
410 Gone
+ +

标准

+ + + + + + + + + + + + +
标准标题
{{RFC("7231", "410 Gone" , "6.5.9")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

浏览器兼容

+ + + +

{{Compat("http/status", "410")}}

+ +

更多可见

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