Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pip._vendor.distlib.util.HTTPSHandler Class Reference
Inheritance diagram for pip._vendor.distlib.util.HTTPSHandler:
pip._vendor.distlib.util.HTTPSOnlyHandler

Public Member Functions

def __init__
 
def https_open
 

Public Attributes

 ca_certs
 
 check_domain
 

Private Member Functions

def _conn_maker
 

Constructor & Destructor Documentation

def pip._vendor.distlib.util.HTTPSHandler.__init__ (   self,
  ca_certs,
  check_domain = True 
)

Member Function Documentation

def pip._vendor.distlib.util.HTTPSHandler._conn_maker (   self,
  args,
  kwargs 
)
private
This is called to create a connection instance. Normally you'd
pass a connection class to do_open, but it doesn't actually check for
a class, and just expects a callable. As long as we behave just as a
constructor would have, we should be OK. If it ever changes so that
we *must* pass a class, we'll create an UnsafeHTTPSConnection class
which just sets check_domain to False in the class definition, and
choose which one to pass to do_open.
def pip._vendor.distlib.util.HTTPSHandler.https_open (   self,
  req 
)

Member Data Documentation

pip._vendor.distlib.util.HTTPSHandler.ca_certs
pip._vendor.distlib.util.HTTPSHandler.check_domain

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

Copyright 2014 Google Inc. All rights reserved.