Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days ago
JSON representation
an HTTP server that does nothing but log requests you send to it
- Host: GitHub
- URL: https://github.com/fiatjaf/requestbin
- Owner: fiatjaf
- Created: 2021-02-24T11:52:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T12:21:52.000Z (over 3 years ago)
- Last Synced: 2024-10-25T21:07:49.226Z (21 days ago)
- Topics: bin, debug, http, inspector, local, localhost, log, logger, request
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 21
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.