Fast HTTP proxy tool
##Usage
$ npm install -g hps
Write and save the config file
//proxy port
exports.port=7000;
//proxy path
exports.map=[
['url','local file path']
];
Use SwitchtSharp
to run browser proxy
./config.js
is your config file path
$ hps start ./config.js