MCPcopy 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

1import httplib,base64,socket
2
3user='proxy_login';passwd='proxy_pass'
4host='login.yahoo.com';port=443

Callers

nothing calls this directly

Calls 8

strFunction · 0.85
socketMethod · 0.80
connectMethod · 0.45
sendallMethod · 0.45
recvMethod · 0.45
splitMethod · 0.45
requestMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected