Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-456195.py
File
recipe-456195.py
recipes/Python/456195_urrlib2_opener_SSL_proxy_CONNECT/recipe-456195.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# urllib2 opener to connection through a proxy using the CONNECT method, (useful for SSL)
2
# tested with python 2.4
3
4
import
urllib2
Callers
nothing calls this directly
Calls
4
build_opener
Method · 0.80
set_proxy
Method · 0.80
Request
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected