HTTPTLSConnection.py | 22 def connect(self): member in class:HTTPBaseTLSConnection 26 sock.connect((self.host, self.port)) 88 performed only when this class needs to connect with the 91 L{httplib.HTTPConnection} such as request(), connect(), and 97 @param host: Server to connect to. 100 @param port: Port to connect to.
|