Searched refs:AbstractHTTPHandler (Results 1 – 6 of 6) sorted by relevance
498 class MockHTTPSHandler(urllib.request.AbstractHTTPHandler):503 urllib.request.AbstractHTTPHandler.__init__(self, debuglevel=debuglevel)859 h = urllib.request.AbstractHTTPHandler()927 h = urllib.request.AbstractHTTPHandler()954 h = urllib.request.AbstractHTTPHandler()977 h = urllib.request.AbstractHTTPHandler()997 h = urllib.request.AbstractHTTPHandler()1015 h = urllib.request.AbstractHTTPHandler()1024 h = urllib.request.AbstractHTTPHandler()1045 h = urllib.request.AbstractHTTPHandler()[all …]
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
1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
2412 'AbstractHTTPHandler',
9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP