A simple service that logs all the requests and responds with the original request content
2.9K
A simple service that logs all the requests and responds with the original request content
go get -u github.com/tjamet/go-http-echo
go-http-echo
curl localhost:8080/hello -d world
docker run -P --rm --name http-echo tjamet/http-echo
curl $(docker port http-echo 8080)/hello -d world
Content type
Image
Digest
Size
6.5 MB
Last updated
almost 7 years ago
docker pull tjamet/http-echo