Home
last modified time | relevance | path

Searched refs:AbstractHTTPHandler (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2.py516 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 …]
/third_party/python/Lib/urllib/
Drequest.py1256 class AbstractHTTPHandler(BaseHandler): class
1374 class HTTPHandler(AbstractHTTPHandler):
1379 http_request = AbstractHTTPHandler.do_request_
1383 class HTTPSHandler(AbstractHTTPHandler):
1386 AbstractHTTPHandler.__init__(self, debuglevel)
1394 https_request = AbstractHTTPHandler.do_request_
/third_party/python/Doc/whatsnew/
D3.6.rst1673 throwing an error, :class:`~urllib.request.AbstractHTTPHandler` now
/third_party/python/Doc/library/
Dunittest.mock.rst2412 'AbstractHTTPHandler',
/third_party/python/Misc/
DHISTORY9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
DNEWS29259 urllib.request.AbstractHTTPHandler class does not enforce a Content-Length