Skip to content

dipshit/teapot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teapot

A high performance HTTP/1.1 server that responds HTTP/1.1 418 I'm a teapot to GETs

Run locally

On host (linux only)

cargo run

In container

docker run -p 8080:8080 kirinrastogi/teapot

Dockerstuff

Image here