Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | List of all members
pip._vendor.requests.auth.HTTPProxyAuth Class Reference
Inheritance diagram for pip._vendor.requests.auth.HTTPProxyAuth:
pip._vendor.requests.auth.HTTPBasicAuth pip._vendor.requests.auth.AuthBase _object

Public Member Functions

def __call__
 
- Public Member Functions inherited from pip._vendor.requests.auth.HTTPBasicAuth
def __init__
 
def __call__
 
- Public Member Functions inherited from pip._vendor.requests.auth.AuthBase
def __call__
 

Additional Inherited Members

- Public Attributes inherited from pip._vendor.requests.auth.HTTPBasicAuth
 username
 
 password
 

Detailed Description

Attaches HTTP Proxy Authentication to a given Request object.

Member Function Documentation

def pip._vendor.requests.auth.HTTPProxyAuth.__call__ (   self,
  r 
)

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

Copyright 2014 Google Inc. All rights reserved.