Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 303 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 303 Bytes

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