| Method Summary |
| |
__init__(self,
host,
port,
key_file,
cert_file,
strict)
|
| |
close(self)
Close the connection to the HTTP server. (inherited from HTTPConnection)
|
| |
connect(self)
Connect to a host on a given (SSL) port. |
| |
endheaders(self)
Indicate that the last header line has been sent to the server. (inherited from HTTPConnection)
|
| |
getresponse(self)
Get the response from the server. (inherited from HTTPConnection)
|
| |
putheader(self,
header,
value)
Send a request header line to the server. (inherited from HTTPConnection)
|
| |
putrequest(self,
method,
url,
skip_host)
Send a request to the server. (inherited from HTTPConnection)
|
| |
request(self,
method,
url,
body,
headers)
Send a complete request to the server. (inherited from HTTPConnection)
|
| |
send(self,
str)
Send `str' to the server. (inherited from HTTPConnection)
|
| |
set_debuglevel(self,
level)
(inherited from HTTPConnection)
|