- parse requests via some lib?
- when download file by given url patten, do background multipart cache of file (i.e. for videos)
Simple http transparent proxy made in python 2.7.3 (can be run with pypy)
This is proof-of-concept code.
- python 2.7.3
- gevent >= 0.13.8
-
run with python interpreter
$ python warp.py
-
set browser's proxy setting to
[http proxy] host: 127.0.0.1 / port: 8800
-
???
-
PROFIT!
$ python warp.py --help
MIT License (include in warp.py)
- WARP를 사용함으로써 생기는 모든 책임은 사용자에게 있습니다.
- WARP의 코드 기여자들은 사용에 관한 책임을 지지 않습니다.
- may not work in
- some ISPs
- some company firewalls
- some school firewalls
- some browers (will fix it later)