-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sakamoto edited this page Oct 18, 2017
·
1 revision
開発時のメモです。
- adamfisk/LittleProxy: High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.
- https://github.com/adamfisk/LittleProxy
- ライセンスは APL 2.0
- 元はVPNサービスを提供してる https://www.getlantern.org/ のプロダクトだったようだが、知り合い経由でOSS化されたらしい。
- spinn3r/noxy: A HTTP proxy based on netty and littleproxy
- ravindraranwala/NettyReverseProxy: Netty Reverse Proxy which sends Client requests to a specified Backend service
-
https://github.com/ganskef/LittleProxy-mitm
- 一部Android用の調整が入ってるっぽいので、今回は採用見送った。
-
https://github.com/lightbody/browsermob-proxy
- Seleniumのテストコード実行する時にhar形式でロギングできるよう、Javaコード内でプログラマブルにLittleProxyベースのプロキシを起動できるようにした。
- その中にMITMでHTTPS通信の中身にアクセスできるコードも含まれていて、他のLittleProxyアプリでも組み込めるよう、単体ライブラリとして切り出されてる。
- NettyのProxyのサンプル実装を、Groovyスクリプトに書き換えてみました - CLOVER
- Java製HTTPプロキシライブラリ『LittleProxy』入門編 - まったり技術ブログ
Stack Overflow で誰も回答してくれてない、寂しい質問集:
- java - How to write a http proxy using netty - Stack Overflow
- java - Netty proxy - slow receiver handling - Stack Overflow
- java - How to configure a netty pipeline for a http proxy - Stack Overflow
- java - Simple way to use Netty to build an http proxy server? - Stack Overflow