Requestbin
an HTTP server that does nothing but log requests you send to it
Install / Use
/learn @fiatjaf/RequestbinREADME
requestbin
The most simple HTTP server thing that just logs all the requests it gets to the terminal, for debugging purposes. Also known as "requestbin", "postbin", "http logger" (actually none of these queries return anything, but maybe now they will return this).
Install
go get github.com/fiatjaf/requestbin
Or grab a binary from the releases.
Usage
requestbin -port 1234

License
Public domain.
