blob: ab41d9bbe4089d83b7dfa7baccbeaa056659da53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
---
title: 410 Gone
slug: Web/HTTP/Status/410
translation_of: Web/HTTP/Status/410
---
<div>{{HTTPSidebar}}</div>
<div>HTTP <code><strong>410</strong></code><strong><code> 丢失</code></strong> 说明请求的目标资源在原服务器上不存在了,并且是永久性的丢失。如果不清楚是否为永久或临时的丢失,应该使用{{HTTPStatus(404)}} </div>
<div></div>
<div class="note">
<p>410 响应默认会被缓存</p>
</div>
<h2 id="状态">状态</h2>
<pre class="syntaxbox notranslate">410 Gone</pre>
<h2 id="标准">标准</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">标准</th>
<th scope="col">标题</th>
</tr>
<tr>
<td>{{RFC("7231", "410 Gone" , "6.5.9")}}</td>
<td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
</tr>
</tbody>
</table>
<h2 id="浏览器兼容">浏览器兼容</h2>
<p>{{Compat("http/status", "410")}}</p>
<h2 id="更多可见">更多可见</h2>
<ul>
<li>{{HTTPStatus(404)}}</li>
</ul>
|