Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
ProxyDigestAuthHandler Class Reference
Inheritance diagram for ProxyDigestAuthHandler:
BaseHandler AbstractDigestAuthHandler

Public Member Functions

def http_error_407
 
- Public Member Functions inherited from BaseHandler
def add_parent
 
def close
 
- Public Member Functions inherited from AbstractDigestAuthHandler
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 = 'Proxy-Authorization'
 

Additional Inherited Members

- Data Fields inherited from BaseHandler
 parent
 
- Data Fields inherited from AbstractDigestAuthHandler
 passwd
 
 add_password
 

Detailed Description

Definition at line 724 of file urllib2.py.

Member Function Documentation

def http_error_407 (   self,
  req,
  fp,
  code,
  msg,
  headers 
)

Definition at line 728 of file urllib2.py.

References AbstractDigestAuthHandler.http_error_auth_reqed().

729  def http_error_407(self, req, fp, code, msg, headers):
730  host = req.get_host()
731  self.http_error_auth_reqed('proxy-authenticate', host, req, headers)
732 

Field Documentation

string header = 'Proxy-Authorization'
static

Definition at line 726 of file urllib2.py.


The documentation for this class was generated from the following file: