https://github.com/deviantony/reqdump
Small webserver used to dump HTTP requests
https://github.com/deviantony/reqdump
golang http
Last synced: 7 months ago
JSON representation
Small webserver used to dump HTTP requests
- Host: GitHub
- URL: https://github.com/deviantony/reqdump
- Owner: deviantony
- Created: 2018-11-24T09:42:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T20:36:53.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T12:38:24.547Z (9 months ago)
- Topics: golang, http
- Language: Go
- Size: 1.96 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reqdump
A simple web server used to dump HTTP requests.
```
docker run --rm -p 8087:8080 deviantony/reqdump
```