• Jeremy Hylton's avatar
    add support for HTTPS · 29b8d5ac
    Jeremy Hylton yazdı
    Modify HTTP to use delegation instead of inheritance.  The
    _connection_class attribute of the class defines what class to
    delegate to.  The HTTPS class is a subclass of HTTP that redefines
    _connection_class.
    29b8d5ac
httplib.py 25.8 KB