Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | __getattr__ |
def | add_data |
def | has_data |
def | get_data |
def | get_full_url |
def | get_type |
def | get_host |
def | get_selector |
def | set_proxy |
def | add_header |
Data Fields | |
type | |
host | |
port | |
data | |
headers | |
Definition at line 183 of file urllib2.py.
def __init__ | ( | self, | |
url, | |||
data = None , |
|||
headers = {} |
|||
) |
def __getattr__ | ( | self, | |
attr | |||
) |
Definition at line 196 of file urllib2.py.
def add_data | ( | self, | |
data | |||
) |
Definition at line 208 of file urllib2.py.
References _localized_month.data, _localized_day.data, SubPattern.data, _Hqxcoderengine.data, _Rlecoderengine.data, Request.data, simple_producer.data, _Environ.data, and FormContentDict.data.
def add_header | ( | self, | |
key, | |||
val | |||
) |
Definition at line 241 of file urllib2.py.
References Message.headers, Request.headers, BaseHTTPRequestHandler.headers, MiniFieldStorage.headers, FieldStorage.headers, HTTP.headers, addinfo.headers, and addinfourl.headers.
def get_data | ( | self) |
Definition at line 214 of file urllib2.py.
References _localized_month.data, _localized_day.data, SubPattern.data, _Hqxcoderengine.data, _Rlecoderengine.data, Request.data, simple_producer.data, _Environ.data, and FormContentDict.data.
def get_full_url | ( | self) |
Definition at line 217 of file urllib2.py.
References Request.__original.
def get_host | ( | self) |
Definition at line 227 of file urllib2.py.
References Request.__r_host, Request.__r_type, POP3.host, FTP.host, NNTP.host, Telnet.host, Request.host, HTTPConnection.host, ftpwrapper.host, urllib.splithost(), and rfc822.unquote().
def get_selector | ( | self) |
Definition at line 234 of file urllib2.py.
References Request.__r_host.
def get_type | ( | self) |
Definition at line 220 of file urllib2.py.
References Request.__original, Request.__r_type, urllib.splittype(), Message.type, URLopener.type, Request.type, MiniFieldStorage.type, and FieldStorage.type.
def has_data | ( | self) |
Definition at line 211 of file urllib2.py.
References _localized_month.data, _localized_day.data, SubPattern.data, _Hqxcoderengine.data, _Rlecoderengine.data, Request.data, simple_producer.data, _Environ.data, and FormContentDict.data.
def set_proxy | ( | self, | |
host, | |||
type | |||
) |
Definition at line 237 of file urllib2.py.
References Request.__original, Request.__r_host, POP3.host, FTP.host, NNTP.host, Telnet.host, Request.host, HTTPConnection.host, ftpwrapper.host, Message.type, URLopener.type, Request.type, MiniFieldStorage.type, and FieldStorage.type.
data |
Definition at line 192 of file urllib2.py.
headers |
Definition at line 193 of file urllib2.py.
host |
Definition at line 190 of file urllib2.py.
port |
Definition at line 191 of file urllib2.py.
type |
Definition at line 188 of file urllib2.py.