Download | Document | Contribute | Introduction | 介绍文章 | FAQ
hosts/proxy/capture based on whistle , what u need is just input /
Why LightProxy
- Caputure network request & response
- Real-time hosts binding
- Forward remote url to local file or other remote file
- Mock interface and pages
- Modify request & response, for example insert <script> , modify response header etc.
Preview
Preview GIF
Download
Quick Start
Take a quick start at: https://alibaba.github.io/lightproxy/quick-start.html
How to contribute
env
- nodejs > 12 ( important )
-
npm install -g electron-builderif you need bundle application
dev
git clone https://github.com/alibaba/lightproxy cd lightproxy yarn run install-deps yarn run dev
For new contributors you can try to fix a
Contributors
:sparkles:
Thanks goes to these wonderful people ( emoji key ):
| |
|
|
|
|
|
This project follows the all-contributors specification. Contributions of any kind welcome!
以上所述就是小编给大家介绍的《Open-source Web debugging proxy alternative to Charles》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!