httpstatuses/contents/codes/418.md

17 lines
420 B
Markdown
Raw Permalink Normal View History

2015-11-06 21:39:33 +01:00
---
set: 4
code: 418
title: I'm a teapot
references:
2016-01-27 23:08:33 +01:00
"Go HTTP Status Constant": "http.StatusTeapot"
"Symfony HTTP Status Constant": "Response::HTTP_I_AM_A_TEAPOT"
2015-11-06 21:39:33 +01:00
---
Any attempt to brew coffee with a teapot should result in the error code "418 I'm a teapot". The resulting entity body MAY be short and stout.
---
* Source: [RFC2324 Section 2.3.2][1]
2016-01-27 23:08:33 +01:00
[1]: <https://tools.ietf.org/html/rfc2324#section-2.3.2>