json-caching-proxy 是基于express-http-proxy 开发的一个支持har cache 的proxy server,可以方便的
用来进行mock 以及测试
参考使用
支持cli 以及代码模式
- 安装
npm install -g json-caching-proxy
- 简单使用
json-caching-proxy -u https://www.npmjs.com -o localhost:9000 -z -l
- 访问效果
localhost:3001
参考资料
https://github.com/villadora/express-http-proxy
https://github.com/sonyseng/json-caching-proxy