https://github.com/mxstbr/teapot
A simple teapot server in Go
https://github.com/mxstbr/teapot
418 golang server teapot
Last synced: 27 days ago
JSON representation
A simple teapot server in Go
- Host: GitHub
- URL: https://github.com/mxstbr/teapot
- Owner: mxstbr
- Created: 2017-08-13T09:18:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T16:08:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-23T01:54:34.091Z (27 days ago)
- Topics: 418, golang, server, teapot
- Language: Go
- Homepage: https://teapot.now.sh
- Size: 1.95 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Teapot
A simple teapot server written in Go. [teapot.now.sh](https://teapot.now.sh)

## Usage
```
$ 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.
```## Get your own teapot server
```sh
# Deploy your own version (requires https://now.sh)
now mxstbr/teapot
```## License
Licensed under the MIT License, Copyright 2017 Maximilian Stoiber.