Searched refs:HTTPSHandler (Results 1 – 5 of 5) sorted by relevance
207 https_handler = HTTPSHandler(context=context)210 https_handler = HTTPSHandler(context=context)584 default_classes.append(HTTPSHandler)1383 class HTTPSHandler(AbstractHTTPHandler): class
148 can be imported), :class:`HTTPSHandler` will also be added.423 .. class:: HTTPSHandler(debuglevel=0, context=None, check_hostname=None)1064 HTTPSHandler Objects1068 .. method:: HTTPSHandler.https_open(req)
380 opener.add_handler(urllib2.HTTPSHandler())
1689 :class:`http.client.HTTPSConnection`, :class:`urllib.request.HTTPSHandler`
11776 - Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and