Http Pipe
=========
[]()
Piping data from one host to another using a relay server
Features
* *
Usage
Use docker:
```shell
docker run -p 80:8080 cww0614/http-pipe
```
```shell
http-pipe http://example.com/endpoint > output.txt
```