Searched refs:HTTPHandler (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Lib/test/ |
| D | test_urllib2.py | 1333 class Handler(urllib.request.HTTPHandler): 1767 class MyHTTPHandler(urllib.request.HTTPHandler): 1796 self.opener_has_handler(o, urllib.request.HTTPHandler) 1797 o = build_opener(urllib.request.HTTPHandler) 1798 self.opener_has_handler(o, urllib.request.HTTPHandler) 1799 o = build_opener(urllib.request.HTTPHandler()) 1800 self.opener_has_handler(o, urllib.request.HTTPHandler) 1803 class MyOtherHTTPHandler(urllib.request.HTTPHandler):
|
| D | test_logging.py | 593 self.assertRaises(ValueError, logging.handlers.HTTPHandler, 596 h = logging.handlers.HTTPHandler('localhost', '/log', method) 2091 self.h_hdlr = logging.handlers.HTTPHandler(host, '/frob',
|
| /third_party/python/Doc/library/ |
| D | logging.handlers.rst | 970 HTTPHandler chapter 973 The :class:`HTTPHandler` class, located in the :mod:`logging.handlers` module, 978 .. class:: HTTPHandler(host, url, method='GET', secure=False, credentials=None, context=None) 980 Returns a new instance of the :class:`HTTPHandler` class. The *host* can be 1011 :class:`~logging.Formatter` for a :class:`HTTPHandler` has no effect.
|
| D | urllib.request.rst | 144 settings are detected), :class:`UnknownHandler`, :class:`HTTPHandler`, 202 has been provided, :class:`HTTPHandler` will set these headers according 420 .. class:: HTTPHandler() 1065 HTTPHandler Objects 1069 .. method:: HTTPHandler.http_open(req)
|
| D | logging.config.rst | 883 class=handlers.HTTPHandler
|
| /third_party/python/Lib/logging/ |
| D | handlers.py | 1206 class HTTPHandler(logging.Handler): class
|
| /third_party/googletest/googletest/scripts/ |
| D | upload.py | 378 opener.add_handler(urllib2.HTTPHandler())
|
| /third_party/python/Lib/urllib/ |
| D | request.py | 579 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler, 1374 class HTTPHandler(AbstractHTTPHandler): class
|
| /third_party/python/Doc/howto/ |
| D | urllib2.rst | 511 environment variable is set), ``UnknownHandler``, ``HTTPHandler``,
|
| D | logging.rst | 966 #. :class:`~handlers.HTTPHandler` instances send messages to an HTTP
|
| D | logging-cookbook.rst | 1785 :class:`~handlers.HTTPHandler`).
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.5.rst | 1425 The :class:`handlers.HTTPHandler <logging.handlers.HTTPHandler>` class now
|
| /third_party/python/Misc/ |
| D | NEWS | 13287 - bpo-39826: Add getConnection method to logging HTTPHandler to enable 30491 - bpo-26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch 32850 - bpo-26892: Honor debuglevel flag in urllib.request.HTTPHandler. Patch 35569 - bpo-22788: Add *context* parameter to logging.handlers.HTTPHandler.
|
| D | HISTORY | 1123 - Issue #22788: Add *context* parameter to logging.handlers.HTTPHandler. 12078 - logging: Enhanced HTTPHandler with secure and credentials initializers. 21496 inserting a "dummy" HTTPHandler after a ProxyHandler when building an
|