Searched refs:AbstractHTTPHandler (Results 1 – 9 of 9) sorted by relevance
496 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):501 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)857 h = urllib.request.AbstractHTTPHandler()925 h = urllib.request.AbstractHTTPHandler()952 h = urllib.request.AbstractHTTPHandler()975 h = urllib.request.AbstractHTTPHandler()995 h = urllib.request.AbstractHTTPHandler()1013 h = urllib.request.AbstractHTTPHandler()1022 h = urllib.request.AbstractHTTPHandler()1043 h = urllib.request.AbstractHTTPHandler()[all …]
1115 class AbstractHTTPHandler(BaseHandler): class1225 class HTTPHandler(AbstractHTTPHandler):1230 http_request = AbstractHTTPHandler.do_request_1233 class HTTPSHandler(AbstractHTTPHandler):1236 AbstractHTTPHandler.__init__(self, debuglevel)1243 https_request = AbstractHTTPHandler.do_request_
437 class MockHTTPSHandler(urllib2.AbstractHTTPHandler):442 urllib2.AbstractHTTPHandler.__init__(self)776 h = urllib2.AbstractHTTPHandler()839 h = urllib2.AbstractHTTPHandler()866 h = urllib2.AbstractHTTPHandler()
1250 class AbstractHTTPHandler(BaseHandler): class1368 class HTTPHandler(AbstractHTTPHandler):1373 http_request = AbstractHTTPHandler.do_request_1377 class HTTPSHandler(AbstractHTTPHandler):1380 AbstractHTTPHandler.__init__(self, debuglevel)1388 https_request = AbstractHTTPHandler.do_request_
1127 requests. The urllib.request.AbstractHTTPHandler class does not enforce a
1291 AbstractHTTPHandler.do_open() of urllib.request closes the HTTP connection
1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
2411 'AbstractHTTPHandler',
9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP