commit | 29b8d5acd05f0504c111fad2f7c7287baf74b2f2 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Aug 01 17:33:32 2000 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Tue Aug 01 17:33:32 2000 +0000 |
tree | cf427bb651cca81c1ea9aa245ecea767b2e44e96 | |
parent | 1c2b178cebfe45bb832a33a8a87c9899365d0b4f [diff] |
add support for HTTPS 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.