Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | http_error_401 |
![]() | |
def | add_parent |
def | close |
![]() | |
def | __init__ |
def | http_error_auth_reqed |
def | retry_http_digest_auth |
def | get_authorization |
def | get_algorithm_impls |
def | get_entity_digest |
Static Public Attributes | |
string | header = 'Authorization' |
Additional Inherited Members | |
![]() | |
parent | |
![]() | |
passwd | |
add_password | |
An authentication protocol defined by RFC 2069 Digest authentication improves on basic authentication because it does not transmit passwords in the clear.
Definition at line 710 of file urllib2.py.
def http_error_401 | ( | self, | |
req, | |||
fp, | |||
code, | |||
msg, | |||
headers | |||
) |
Definition at line 719 of file urllib2.py.
References AbstractDigestAuthHandler.http_error_auth_reqed(), and urlparse.urlparse().
|
static |
Definition at line 717 of file urllib2.py.