An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# reqdump

A simple web server used to dump HTTP requests.

```
docker run --rm -p 8087:8080 deviantony/reqdump
```