diff options
Diffstat (limited to 'files/zh-cn/web/http/status/507/index.html')
| -rw-r--r-- | files/zh-cn/web/http/status/507/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/files/zh-cn/web/http/status/507/index.html b/files/zh-cn/web/http/status/507/index.html new file mode 100644 index 0000000000..0182c239b7 --- /dev/null +++ b/files/zh-cn/web/http/status/507/index.html @@ -0,0 +1,33 @@ +--- +title: 507 Insufficient Storage +slug: Web/HTTP/Status/507 +tags: + - HTTP + - 服务器错误 + - 状态码 +translation_of: Web/HTTP/Status/507 +--- +<div>{{HTTPSidebar}}</div> + +<p>HTTP协议的 <code><strong>507 Insufficient Storage</strong></code> 响应状态码 可以在WebDAV协议(基于web的分布式创作和版本控制,参见<a href="https://tools.ietf.org/html/rfc4918">RFC 4918</a>)中给出。</p> + +<p>507码表示服务器不能存储相关内容。准确地说,一个方法可能没有被执行,因为服务器不能存储其表达形式,这里的表达形式指:方法所附带的数据,而且其请求必需已经发送成功。</p> + +<h2 id="Status">Status</h2> + +<pre class="syntaxbox">507 Insufficient Storage</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("4918", "507 Insufficient Storage" , "11.5")}}</td> + <td>Web Distributed Authoring and Versioning</td> + </tr> + </tbody> +</table> |
