diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/http/status/418 | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/http/status/418')
-rw-r--r-- | files/zh-cn/web/http/status/418/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/zh-cn/web/http/status/418/index.html b/files/zh-cn/web/http/status/418/index.html new file mode 100644 index 0000000000..994814c903 --- /dev/null +++ b/files/zh-cn/web/http/status/418/index.html @@ -0,0 +1,45 @@ +--- +title: 418 I'm a teapot +slug: Web/HTTP/Status/418 +translation_of: Web/HTTP/Status/418 +--- +<div>{{HTTPSidebar}}</div> + +<p>HTTP <strong><code>418 I'm a teapot</code></strong> 客户端错误响应代码表示服务器拒绝冲泡咖啡,因为它是个茶壶。</p> + +<p>该错误是超文本咖啡壶控制协议的参考,和 1998 年愚人节的玩笑。</p> + +<h2 id="状态">状态</h2> + +<pre class="syntaxbox">418 I'm a teapot</pre> + +<h2 id="说明书">说明书</h2> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="col">详述</th> + <th scope="col">标题</th> + </tr> + <tr> + <td>{{RFC("2324", "418 I'm a teapot" , "2.3.2")}}</td> + <td>超文本咖啡壶控制协议(HTCPCP/1.0):语义和内容</td> + </tr> + </tbody> +</table> + +<h2 id="浏览器兼容性">浏览器兼容性</h2> + +<p class="hidden">此页面中的兼容性表格由结构化数据生成。如果您想为数据做出贡献,请查看<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> https://github.com/mdn/browser-compat-data并向我们发送请求</p> + +<p>{{Compat("http.status.418")}}</p> + +<h2 id="请参考">请参考</h2> + +<ul> + <li> + <article> + <p>{{interwiki("wikipedia", "Hyper Text Coffee Pot Control Protocol", "Wikipedia: Hyper Text Coffee Pot Control Protocol")}}</p> + </article> + </li> +</ul> |