Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fiatjaf/requestbin

an HTTP server that does nothing but log requests you send to it
https://github.com/fiatjaf/requestbin

bin debug http inspector local localhost log logger request

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://github.com/fiatjaf/requestbin/releases).

## Usage

```shell
requestbin -port 1234
```

![screenshot](screenshot.png)

## License

Public domain.