httpstatuses/contents/codes/418.md
Samuel Ryan d8a693bf27 Remove markdown line limit (#52)
* Removes line length limit from Status Code Markdown

This will make the data easier to use when we develop the API, it needs
to be consistent, arbitrary new lines (especially in text format) will
be a major issue, so some sort of workaround would have to be
implemented, easier to simply fix the source files.

* Removes line length limit from misc. Markdown files
2016-04-23 01:12:07 +01:00

17 lines
420 B
Markdown

---
set: 4
code: 418
title: I'm a teapot
references:
"Go HTTP Status Constant": "http.StatusTeapot"
"Symfony HTTP Status Constant": "Response::HTTP_I_AM_A_TEAPOT"
---
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]
[1]: <https://tools.ietf.org/html/rfc2324#section-2.3.2>