https://github.com/inherelab/httprr
A simple HTTP Request & Response tool service.
https://github.com/inherelab/httprr
httpbin
Last synced: about 1 month ago
JSON representation
A simple HTTP Request & Response tool service.
- Host: GitHub
- URL: https://github.com/inherelab/httprr
- Owner: inherelab
- License: mit
- Created: 2020-09-14T05:52:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-05T04:07:51.000Z (6 months ago)
- Last Synced: 2025-09-05T06:08:53.311Z (6 months ago)
- Topics: httpbin
- Language: Go
- Homepage:
- Size: 4.01 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HttpRR
A simple HTTP Request & Response Service.
> refer from http://httpbin.org
## Install
```bash
git clone https://github.com/inherelab/httprr.git
```
## Start
```bash
go run main.go
```
## Docker
```bash
docker run -p 8080:8080 inherelab/httprr
```
## refer
- https://app.swaggerhub.com/home
- https://github.com/go-openapi/spec