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

Public Member Functions

def http_error_407
 
- Public Member Functions inherited from BaseHandler
def add_parent
 
def close
 

Static Public Attributes

string auth_header = 'Proxy-Authorization'
 
- Static Public Attributes inherited from AbstractBasicAuthHandler
tuple rx = re.compile('[ \t]*([^ \t]+)[ \t]+realm="([^"]*)
 

Additional Inherited Members

- Data Fields inherited from BaseHandler
 parent
 

Detailed Description

Definition at line 614 of file urllib2.py.

Member Function Documentation

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

Definition at line 618 of file urllib2.py.

References AbstractDigestAuthHandler.http_error_auth_reqed().

619  def http_error_407(self, req, fp, code, msg, headers):
620  host = req.get_host()
621  return self.http_error_auth_reqed('proxy-authenticate',
622  host, req, headers)
623 

Field Documentation

string auth_header = 'Proxy-Authorization'
static

Definition at line 616 of file urllib2.py.


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