OpenVPN
Variables
http-client Namespace Reference

Variables

string 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()
 

Variable Documentation

◆ body

http-client.body = r1.read().rstrip()

Definition at line 15 of file http-client.py.

◆ conn

http-client.conn = httplib.HTTPConnection("10.8.0.1:8080")

Definition at line 10 of file http-client.py.

◆ f

string http-client.f = '/tmp/openvpn_sso_user'

◆ r1

http-client.r1 = conn.getresponse()

Definition at line 12 of file http-client.py.

Referenced by add_block_local_item().

◆ session_key

http-client.session_key = myfile.read().replace('\n', '')

Definition at line 8 of file http-client.py.

Referenced by establish_http_proxy_passthru().