![]() | |
International standard | Internet Engineering Task Force |
---|---|
Developed by | Larry Masinter |
Introduced | April 1, 1998 (1998-04-01) |
Website | rfc2324 |
TheHyper Text Coffee Pot Control Protocol (HTCPCP) is a facetiouscommunication protocol for controlling, monitoring, and diagnosingcoffee pots. It is specified inRFC 2324, published on 1 April 1998 as anApril Fools' Day RFC,[2] as part of anApril Fools prank.[3] An extension, HTCPCP-TEA, was published asRFC 7168 on 1 April 2014[4] to support brewing teas, also as an April Fools' Day RFC in error 418.
RFC 2324 was written byLarry Masinter, who describes it as a satire, saying "This has a serious purpose – it identifies many of the ways in whichHTTP has been extended inappropriately."[5] The wording of the protocol made it clear that it was not entirely serious; for example, it notes that "there is a strong, dark, rich requirement for a protocol designedespressoly for the brewing of coffee".
Despite the joking nature of its origins, or perhaps because of it, the protocol has remained as a minor presence online. The editorEmacs includes a fully functional client-side implementation of it,[6] and a number of bug reports exist complaining aboutMozilla's lack of support for the protocol.[7] Ten years after the publication of HTCPCP, the Web-Controlled Coffee Consortium (WC3) published a first draft of "HTCPCP Vocabulary inRDF"[8] in parody of theWorld Wide Web Consortium (W3C)'s "HTTP Vocabulary in RDF".[9]
On April 1, 2014,RFC 7168 extended HTCPCP to fully handle teapots.[4]
HTCPCP is an extension ofHTTP. HTCPCP requests are identified with theUniform Resource Identifier (URI) schemecoffee
(or the corresponding word in any other of the 29 listed languages) and contain several additions to the HTTP methods:
Method | Definition |
---|---|
BREW orPOST | Causes the HTCPCP server to brewcoffee. Using POST for this purpose is deprecated. A newHTTP request header field, "Accept-Additions", is proposed, supporting optional additions including Cream, Whole-milk, Vanilla, Raspberry,Whisky,Aquavit, etc. |
GET | "Retrieves" coffee from the HTCPCP server. |
PROPFIND | Returnsmetadata about the coffee. |
WHEN | Says "when", causing the HTCPCP server to stop pouringmilk into the coffee (if applicable). |
It also defines threeerror responses:
Status code | Definition |
---|---|
406 Not Acceptable | The HTCPCP server is unable to provide the requested addition for some reason; the response should indicate a list of available additions. The RFC observes, "In practice, most automated coffee pots cannot currently provide additions." |
418 I'm a teapot | The HTCPCP server is ateapot; the resulting entity body "may be short and stout" (a reference to the song "I'm a Little Teapot"). Demonstrations of this behaviour exist.[1][10] |
503 Service Unavailable | According to Mozilla Developer Documentation, "A combined coffee/tea pot that is temporarily out of coffee should instead return 503", when requested to brew.[11] |
On 5 August 2017, Mark Nottingham, chairman of theIETFHTTPBIS Working Group, called for the removal of status code 418 "I'm a teapot" from theNode.js platform, a code implemented in reference to the original 418 "I'm a teapot" established in Hyper Text Coffee Pot Control Protocol.[12] On 6 August 2017, Nottingham requested that references to 418 "I'm a teapot" be removed from the programming languageGo[13] and subsequently fromPython'sRequests[14] andASP.NET's HttpAbstractions library[15] as well.
In response, 15-year-old developer Shane Brunswick created a website, save418.com,[16] and established the "Save 418 Movement", asserting that references to 418 "I'm a teapot" in different projects serve as "a reminder that the underlying processes of computers are still made by humans". Brunswick's site went viral in the hours following its publishing, garnering thousands of upvotes on the social platformReddit,[17] and causing the mass adoption of the "#save418"Twitter hashtag he introduced on his site. Heeding the public outcry, Node.js, Go, Python's Requests, and ASP.NET's HttpAbstractions library decided against removing 418 "I'm a teapot" from their respective projects. The unanimous support from the aforementioned projects and the general public prompted Nottingham to begin the process of having 418 marked as a reserved HTTP status code,[18] ensuring that 418 will not be replaced by an official status code for the foreseeable future.
On 5 October 2020, Python 3.9 released with an updated HTTP library including418 IM_A_TEAPOT
status code.[19] In the corresponding pull request, the Save 418 movement was directly cited in support of adoption.[20]
The status code 418 is sometimes returned by servers when blocking a request, instead of the more appropriate403 Forbidden,[21] or404 Not Found.[22]
Around the time of the 2022Russian invasion of Ukraine, theRussian military website mil.ru returned the HTTP 418 status code when accessed from outside of Russia as aDDoS attack protection measure.[23][24] The change was first noticed in December of 2021.[25]