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

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.

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