aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/http/status/510/index.html
blob: aca67449a496e543d29b323c5dce011beb569bfa (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
---
title: 510 Not Extended
slug: Web/HTTP/Status/510
tags:
  - HTTP
  - 服务器错误
  - 状态码
translation_of: Web/HTTP/Status/510
---
<div>{{HTTPSidebar}}</div>

<p>HTTP协议的  <code><strong>510 Not Extended</strong></code> 响应状态码在HTTP扩展框架协议(参见<a href="https://tools.ietf.org/html/rfc2774">RFC 2774</a>)中发送。</p>

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

<h2 id="Status">Status</h2>

<pre class="syntaxbox">510 Not Extended</pre>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Title</th>
  </tr>
  <tr>
   <td>{{RFC("2774", "510 Not Extended" , "7")}}</td>
   <td>An HTTP Extension Framework</td>
  </tr>
 </tbody>
</table>