Skip to content
/ teapot Public

A simple teapot server in Go

Notifications You must be signed in to change notification settings

mxstbr/teapot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Teapot

A simple teapot server written in Go. teapot.now.sh

teapot server

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

# Deploy your own version (requires https://now.sh)
now mxstbr/teapot

License

Licensed under the MIT License, Copyright 2017 Maximilian Stoiber.

Releases

No releases published

Packages

No packages published

Languages