Skip to content
forked from daime/http-dump

Dumps HTTP requests to stdout and returns 200 OK

Notifications You must be signed in to change notification settings

malte-ST/http-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 

About

Dumps HTTP requests to stdout and returns 200 OK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 75.3%
  • Dockerfile 24.7%