Lines Matching defs:http
19 import http.client
111 'OCSP': ('http://testca.pythontest.net/testca/ocsp/',),
112 'caIssuers': ('http://testca.pythontest.net/testca/pycacert.cer',),
113 'crlDistributionPoints': ('http://testca.pythontest.net/testca/revocation.crl',),
430 self.assertEqual(p['OCSP'], ('http://ocsp.verisign.com',))
432 ('http://SVRIntl-G3-aia.verisign.com/SVRIntlG3.cer',))
434 ('http://SVRIntl-G3-crl.verisign.com/SVRIntlG3.crl',))
473 ('URI', 'http://null.python.org\x00http://example.org'),
480 ('URI', 'http://null.python.org\x00http://example.org'),
1635 (('organizationalUnitName', 'http://www.cacert.org'),),
1643 (('organizationalUnitName', 'http://www.cacert.org'),),
2488 # See also http://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/
4183 (['http/3.0', 'http/4.0'], None)
5068 class SynchronizedHTTPSConnection(http.client.HTTPSConnection):
5070 http.client.HTTPConnection.connect(self)