| Trees | Index | Help |
|
|---|
| Module httplib :: Class HTTP |
|
HTTPS| Method Summary | |
|---|---|
Provide a default host, since the superclass requires one. | |
close(self)
| |
Accept arguments to set the host/port, since the superclass doesn't. | |
Provide a getfile, since the superclass' does not use this concept. | |
Compat definition since superclass does not define it. | |
The superclass allows only one value argument. | |
| Class Variable Summary | |
|---|---|
int |
debuglevel
|
classobj |
HTTPConnection
|
| Method Details |
|---|
__init__(self,
host='',
port=None,
strict=None)
Provide a default host, since the superclass requires one.
|
connect(self, host=None, port=None)Accept arguments to set the host/port, since the superclass doesn't. |
getfile(self)Provide a getfile, since the superclass' does not use this concept. |
getreply(self)Compat definition since superclass does not define it. Returns a tuple consisting of: - server status code (e.g. '200' if all goes well) - server "reason" corresponding to status code - any RFC822 headers in the response from the server |
putheader(self, header, *values)The superclass allows only one value argument. |
| Class Variable Details |
|---|
debuglevel
|
HTTPConnectionHTTPConnection = httplib.HTTPConnection
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Thu Oct 16 16:37:22 2003 | http://epydoc.sf.net |