OpenVPN
|
Variables | |
str | f = '/tmp/openvpn_sso_user' |
session_key = myfile.read().replace('\n', '') | |
conn = httplib.HTTPConnection("10.8.0.1:8080") | |
r1 = conn.getresponse() | |
body = r1.read().rstrip() | |
http-client.body = r1.read().rstrip() |
Definition at line 15 of file http-client.py.
http-client.conn = httplib.HTTPConnection("10.8.0.1:8080") |
Definition at line 10 of file http-client.py.
str http-client.f = '/tmp/openvpn_sso_user' |
Definition at line 6 of file http-client.py.
http-client.r1 = conn.getresponse() |
Definition at line 12 of file http-client.py.
http-client.session_key = myfile.read().replace('\n', '') |
Definition at line 8 of file http-client.py.