HttpProxy
HttpProxy copied to clipboard
http代理,支持CONNECT和普通GET/POST,支持http2;可防止主动嗅探;可作为小火箭、圈、surge等软件和SwitchyOmega(chrome插件)所说的https代理
你好,目前Github上已经有一款比较知名的基于Netty的HTTP代理服务器[LittleProxy](https://github.com/adamfisk/LittleProxy),想了解一下本项目和LittleProxy的性能对比。 他们好像停止开发了,所以我想找找别的解决方案。 LittleProxy的性能测试[在此](https://github.com/adamfisk/LittleProxy/tree/master/performance)
Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...