A super simple dummy server for testing HTTP clients. Zero dependencies.
cargo install --git https://github.com/mre/teapot.git
teapot
This will always respond with a 200
; no matter what.
You can configure the port with the PORT
environment variable.
PORT=8080 teapot
Based on mockserver by takakawa.