Sign inSign up

tjamet/http-echo

By tjamet

Updated almost 7 years ago

A simple service that logs all the requests and responds with the original request content

Image
0

2.9K

tjamet/http-echo repository overview

go-http-echo

A simple service that logs all the requests and responds with the original request content

run

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

Tag summary

Content type

Image

Digest

Size

6.5 MB

Last updated

almost 7 years ago

docker pull tjamet/http-echo