modulepackage
0.0.0-20250124143943-005f61ad3752
Repository: https://github.com/walnuts1018/http-dump.git
Documentation: pkg.go.dev
# README
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 -p "8080:8080" -it daime/http-dump:latest
# Functions
No description provided by the author
No description provided by the author