| Method Summary |
| |
__init__(self,
host,
port,
key_file,
cert_file,
strict)
|
| |
close(self)
(inherited from HTTP)
|
| |
connect(self,
host,
port)
Accept arguments to set the host/port, since the superclass
doesn't. (inherited from HTTP)
|
| |
getfile(self)
Provide a getfile, since the superclass' does not use this
concept. (inherited from HTTP)
|
| |
getreply(self)
Compat definition since superclass does not define it. (inherited from HTTP)
|
| |
putheader(self,
header,
*values)
The superclass allows only one value argument. (inherited from HTTP)
|
| |
_setup(self,
conn)
(inherited from HTTP)
|