blob: 0182c239b736f0b69c72da52529fd990aaf15f22 (
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: 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>
|