其他分享
首页 > 其他分享> > json-caching-proxy 支持har 的cache proxy

json-caching-proxy 支持har 的cache proxy

作者:互联网

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

标签:cache,json,proxy,https,caching,com
来源: https://www.cnblogs.com/rongfengliang/p/14322563.html