Home
last modified time | relevance | path

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

/third_party/python/Lib/urllib/
Drequest.py207 https_handler = HTTPSHandler(context=context)
210 https_handler = HTTPSHandler(context=context)
584 default_classes.append(HTTPSHandler)
1383 class HTTPSHandler(AbstractHTTPHandler): class
/third_party/python/Doc/library/
Durllib.request.rst148 can be imported), :class:`HTTPSHandler` will also be added.
423 .. class:: HTTPSHandler(debuglevel=0, context=None, check_hostname=None)
1064 HTTPSHandler Objects
1068 .. method:: HTTPSHandler.https_open(req)
/third_party/googletest/googletest/scripts/
Dupload.py380 opener.add_handler(urllib2.HTTPSHandler())
/third_party/python/Doc/whatsnew/
D3.2.rst1689 :class:`http.client.HTTPSConnection`, :class:`urllib.request.HTTPSHandler`
/third_party/python/Misc/
DHISTORY11776 - Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and