Searched refs:AbstractHTTPHandler (Results 1 – 15 of 15) sorted by relevance
516 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):521 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)877 h = urllib.request.AbstractHTTPHandler()945 h = urllib.request.AbstractHTTPHandler()972 h = urllib.request.AbstractHTTPHandler()995 h = urllib.request.AbstractHTTPHandler()1015 h = urllib.request.AbstractHTTPHandler()1033 h = urllib.request.AbstractHTTPHandler()1042 h = urllib.request.AbstractHTTPHandler()1063 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()
1256 class AbstractHTTPHandler(BaseHandler): class1374 class HTTPHandler(AbstractHTTPHandler):1379 http_request = AbstractHTTPHandler.do_request_1383 class HTTPSHandler(AbstractHTTPHandler):1386 AbstractHTTPHandler.__init__(self, debuglevel)1394 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
2412 'AbstractHTTPHandler',
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP