Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | http_error_auth_reqed |
def | retry_http_digest_auth |
def | get_authorization |
def | get_algorithm_impls |
def | get_entity_digest |
Data Fields | |
passwd | |
add_password | |
Definition at line 624 of file urllib2.py.
def __init__ | ( | self, | |
passwd = None |
|||
) |
Definition at line 626 of file urllib2.py.
def get_algorithm_impls | ( | self, | |
algorithm | |||
) |
def get_authorization | ( | self, | |
req, | |||
chal | |||
) |
Definition at line 651 of file urllib2.py.
References AbstractDigestAuthHandler.get_algorithm_impls(), and AbstractDigestAuthHandler.get_entity_digest().
def get_entity_digest | ( | self, | |
data, | |||
chal | |||
) |
Definition at line 705 of file urllib2.py.
def http_error_auth_reqed | ( | self, | |
authreq, | |||
host, | |||
req, | |||
headers | |||
) |
Definition at line 632 of file urllib2.py.
References HTTPBasicAuthHandler.auth_header, ProxyBasicAuthHandler.auth_header, and AbstractDigestAuthHandler.retry_http_digest_auth().
def retry_http_digest_auth | ( | self, | |
req, | |||
auth | |||
) |
Definition at line 639 of file urllib2.py.
References HTTPBasicAuthHandler.auth_header, ProxyBasicAuthHandler.auth_header, AbstractDigestAuthHandler.get_authorization(), urllib2.parse_http_list(), and urllib2.parse_keqv_list().
add_password |
Definition at line 630 of file urllib2.py.
passwd |
Definition at line 629 of file urllib2.py.