Home
last modified time | relevance | path

Searched refs:HTTPSConnection (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_httplib.py1701 @unittest.skipIf(not hasattr(client, 'HTTPSConnection'),
1702 'http.client.HTTPSConnection not defined')
1704 self.conn = client.HTTPSConnection(HOST, self.port,
1832 if not hasattr(client, 'HTTPSConnection'):
1841 h = client.HTTPSConnection(HOST, TimeoutTest.PORT, timeout=30)
1849 h = client.HTTPSConnection('self-signed.pythontest.net', 443)
1860 h = client.HTTPSConnection('self-signed.pythontest.net', 443,
1873 h = client.HTTPSConnection('www.python.org', 443)
1892 h = client.HTTPSConnection(selfsigned_pythontestdotnet, 443,
1921 h = client.HTTPSConnection('sel
[all...]
H A Dtest_ssl.py5068 class SynchronizedHTTPSConnection(http.client.HTTPSConnection):
/third_party/python/Lib/http/
H A Dclient.py1402 class HTTPSConnection(HTTPConnection): class in HTTPConnection
1413 super(HTTPSConnection, self).__init__(host, port, timeout,
1461 __all__.append("HTTPSConnection")
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py165 conn = httplib.HTTPSConnection("backend-dot-cluster-fuzz.appspot.com")
/third_party/python/Lib/urllib/
H A Drequest.py156 the various SSL options. See HTTPSConnection for more details.
583 if hasattr(http.client, "HTTPSConnection"):
1381 if hasattr(http.client, 'HTTPSConnection'):
1391 return self.do_open(http.client.HTTPSConnection, req,
1990 return http.client.HTTPSConnection(host,
/third_party/python/Lib/logging/
H A Dhandlers.py1248 connection = http.client.HTTPSConnection(host, context=self.context)
/third_party/python/Lib/xmlrpc/
H A Dclient.py1375 if not hasattr(http.client, "HTTPSConnection"):
1381 self._connection = host, http.client.HTTPSConnection(chost,

Completed in 20 milliseconds