93eda0309f
Derived from SocksiPy - a Python SOCKS module. - UDP support - SocksiPyHandler, courtesy e000, was also added as an example of how this module can be used with urllib2. See example code in sockshandler.py. - urllib3, which powers the requests module, is working on integrating SOCKS proxy support based on this branch PR: 196049 Submitted by: <kyuupichan@gmail.com>
7 lines
323 B
Text
7 lines
323 B
Text
Derived from SocksiPy - a Python SOCKS module.
|
|
|
|
- UDP support
|
|
- SocksiPyHandler, courtesy e000, was also added as an example of how
|
|
this module can be used with urllib2. See example code in sockshandler.py.
|
|
- urllib3, which powers the requests module, is working on integrating SOCKS
|
|
proxy support based on this branch
|