Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
![]() | |
def | __init__ |
def | connect |
def | getfile |
def | putheader |
def | getreply |
def | close |
Data Fields | |
key_file | |
cert_file | |
![]() | |
send | |
putrequest | |
endheaders | |
set_debuglevel | |
file | |
hmm. More... | |
headers | |
Additional Inherited Members | |
![]() | |
int | debuglevel = 0 |
Compatibility with 1.5 httplib interface Python 1.5.2 did not have an HTTPS class, but it defined an interface for sending http requests that is also useful for https.
Definition at line 782 of file httplib.py.
def __init__ | ( | self, | |
host = '' , |
|||
port = None , |
|||
x509 | |||
) |
Definition at line 792 of file httplib.py.
cert_file |
Definition at line 803 of file httplib.py.
key_file |
Definition at line 802 of file httplib.py.