2015-11-06 21:39:33 +01:00
|
|
|
---
|
|
|
|
set: 4
|
|
|
|
code: 418
|
|
|
|
title: I'm a teapot
|
2015-11-07 05:34:40 +01:00
|
|
|
references:
|
2016-01-27 23:08:33 +01:00
|
|
|
"Go HTTP Status Constant": "http.StatusTeapot"
|
2016-04-19 15:19:17 +02:00
|
|
|
"Symfony HTTP Status Constant": "Response::HTTP_I_AM_A_TEAPOT"
|
2015-11-06 21:39:33 +01:00
|
|
|
---
|
|
|
|
|
2016-04-23 02:12:07 +02: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.
|
2015-11-07 05:34:40 +01:00
|
|
|
|
2015-11-09 02:44:05 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
* Source: [RFC2324 Section 2.3.2][1]
|
2015-11-07 05:34:40 +01:00
|
|
|
|
2016-01-27 23:08:33 +01:00
|
|
|
[1]: <https://tools.ietf.org/html/rfc2324#section-2.3.2>
|