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

json-caching-proxy 支持har 的cache proxy

参考资料

https://github.com/villadora/express-http-proxy
https://github.com/sonyseng/json-caching-proxy

上一篇:javascript – 如何使用AJAX验证Google Recaptcha V3响应


下一篇:mysql Authentication plugin 'caching_sha2_password' is not supported问题处理