Piping data from one host to another using a relay server
Use docker:
shell docker run -p 80:8080 cww0614/http-pipe
```shell
echo 123 | http-pipe http://example.com/endpoint
http-pipe http://example.com/endpoint > output.txt ```