Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 596 Bytes

http-dump

A simple go web server that dumps the request back to the client using go's httputil.DumpRequest function. It also logs the same http request output to stdout.

http-dump was created to help debugging communications between docker services within a docker compose.

Usage

It's highly recommend to use http-dump docker image.

docker run --rm -e LISTEN_PORT=8080 -p "8080:8080" -it webofmars/http-dump:latest

Contributors