Takes raw request as input from stdin and executes it, printing raw response to stdout
git clone git@github.com:Kelfitas/rawhttp.git
cd rawhttp
npm i
npm link
- Help:
rawhttp --help
- Without proxy:
cat req.txt | rawhttp
- With proxy:
cat req.txt | rawhttp --proxy 127.0.0.1:8080