/http-echo

Simple server that logs body to console

Primary LanguageGo

http-echo

Simple server that logs body to console

Execute

docker run --rm -p 8090:8090 ghcr.io/danquack/http-echo
curl http://localhost:8090 -d 'testing'