Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | connect |
![]() | |
def | __init__ |
def | set_debuglevel |
def | connect |
def | close |
def | send |
def | putrequest |
def | putheader |
def | endheaders |
def | request |
def | getresponse |
Data Fields | |
key_file | |
cert_file | |
sock | |
![]() | |
sock | |
host | |
port | |
debuglevel | |
Static Public Attributes | |
default_port = HTTPS_PORT | |
![]() | |
response_class = HTTPResponse | |
default_port = HTTP_PORT | |
int | auto_open = 1 |
int | debuglevel = 0 |
Definition at line 659 of file httplib.py.
def __init__ | ( | self, | |
host, | |||
port = None , |
|||
x509 | |||
) |
Definition at line 664 of file httplib.py.
def connect | ( | self) |
Definition at line 680 of file httplib.py.
cert_file |
Definition at line 678 of file httplib.py.
|
static |
Definition at line 662 of file httplib.py.
key_file |
Definition at line 677 of file httplib.py.
sock |
Definition at line 689 of file httplib.py.