Skip to content

an HTTP server that does nothing but log requests you send to it

Notifications You must be signed in to change notification settings

fiatjaf/requestbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

screenshot

License

Public domain.