zyclonite / http-dump

Dump raw http requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls Quay.io Enabled build

http-dump

Dump raw http requests to the console

build

docker build -t zyclonite/http-dump .

run

docker run --name http-dump -d -p 8080:8080 zyclonite/http-dump

use

open http://127.0.0.1:8080/ in your browser and watch the container log

About

Dump raw http requests

License:Apache License 2.0


Languages

Language:Dockerfile 60.2%Language:Go 39.8%