A simple teapot server written in Go. teapot.now.sh
$ curl -i https://teapot.now.sh
HTTP/1.1 418 I'm a teapot
The requested entity body is short and stout.
$ curl -X BREW -i https://teapot.now.sh
HTTP/1.1 200 OK
Brewing tea.
# Deploy your own version (requires https://now.sh)
now mxstbr/teapot
Licensed under the MIT License, Copyright 2017 Maximilian Stoiber.