Home
last modified time | relevance | path

Searched refs:HTTPSHandler (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_robotparser.py7 from urllib2 import HTTPSHandler
/external/python/cpython2/Lib/
Durllib2.py145 https_handler = HTTPSHandler(context=context)
148 https_handler = HTTPSHandler(context=context)
497 default_classes.append(HTTPSHandler)
1233 class HTTPSHandler(AbstractHTTPHandler): class
/external/python/cpython2/Doc/library/
Durllib2.rst112 :class:`HTTPSHandler` will also be added.
305 .. class:: HTTPSHandler([debuglevel[, context]])
861 HTTPSHandler Objects
865 .. method:: HTTPSHandler.https_open(req)
/external/googletest/googlemock/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/googletest/googletest/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/v8/testing/gtest/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/google-breakpad/src/testing/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/v8/testing/gmock/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/google-breakpad/src/testing/gtest/scripts/
Dupload.py365 opener.add_handler(urllib2.HTTPSHandler())
/external/regex-re2/lib/codereview/
Dcodereview.py2993 opener.add_handler(urllib2.HTTPSHandler())
/external/python/cpython2/Misc/
DNEWS1555 - Issue #9003 and #22366: httplib.HTTPSConnection, urllib2.HTTPSHandler and