A requestb.in clone writtern in Go. (hobby product)
$ npm install -g yarn # If you have not installed yarn
$ make
$ ./gomibako --port=8000
And access to http://localhost:8000 .
You can also build it for a Linux environment like below.
$ make clean # If you need
$ GOOS=linux GOARCH=amd64 make
Gomibako is a mini web app to inspect HTTP requests to it (like requestb.in).
- Gives you a URL that collect requests to it
- Let you inspect requests in real time (using Sever Sent Event)