Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | http_error_default |
def | http_error_302 |
![]() | |
def | __init__ |
def | http_error_default |
def | http_error_302 |
def | redirect_internal |
def | http_error_301 |
def | http_error_401 |
def | retry_http_basic_auth |
def | retry_https_basic_auth |
def | get_user_passwd |
def | prompt_user_passwd |
![]() | |
def | __init__ |
def | __del__ |
def | close |
def | cleanup |
def | addheader |
def | open |
def | open_unknown |
def | open_unknown_proxy |
def | retrieve |
def | open_http |
def | http_error |
def | http_error_default |
def | open_https |
def | open_gopher |
def | open_file |
def | open_local_file |
def | open_ftp |
def | open_data |
Data Fields | |
errcode | |
tries | |
maxtries | |
![]() | |
auth_cache | |
tries | |
maxtries | |
![]() | |
proxies | |
key_file | |
cert_file | |
addheaders | |
tempcache | |
ftpcache | |
type | |
Additional Inherited Members | |
![]() | |
string | version = "Python-urllib/%s" |
Definition at line 198 of file robotparser.py.
def http_error_302 | ( | self, | |
url, | |||
fp, | |||
errcode, | |||
errmsg, | |||
headers, | |||
data = None |
|||
) |
Definition at line 210 of file robotparser.py.
References FancyURLopener.http_error_302(), URLopener.http_error_default(), URLopener.maxtries, and URLopener.tries.
def http_error_default | ( | self, | |
url, | |||
fp, | |||
errcode, | |||
errmsg, | |||
headers | |||
) |
Definition at line 205 of file robotparser.py.
References RobotFileParser.errcode, URLopener.errcode, and FancyURLopener.http_error_default().
errcode |
Definition at line 201 of file robotparser.py.
maxtries |
Definition at line 203 of file robotparser.py.
tries |
Definition at line 202 of file robotparser.py.