Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-301740.py
File
recipe-301740.py
recipes/Python/301740_simplest_useful_HTTPS_basic_proxy/recipe-301740.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
httplib,base64,socket
2
3
user=
'proxy_login'
;passwd=
'proxy_pass'
4
host=
'login.yahoo.com'
;port=443
Callers
nothing calls this directly
Calls
8
str
Function · 0.85
socket
Method · 0.80
connect
Method · 0.45
sendall
Method · 0.45
recv
Method · 0.45
split
Method · 0.45
request
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected