danquack / http-echo

Simple server that logs body to console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Simple server that logs body to console


Languages

Language:Go 64.0%Language:Dockerfile 36.0%