Home
last modified time | relevance | path

Searched refs:HTTPHandler (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/test/
Dtest_urllib2.py1333 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):
Dtest_logging.py593 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/
Dlogging.handlers.rst970 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.
Durllib.request.rst144 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)
Dlogging.config.rst883 class=handlers.HTTPHandler
/third_party/python/Lib/logging/
Dhandlers.py1206 class HTTPHandler(logging.Handler): class
/third_party/googletest/googletest/scripts/
Dupload.py378 opener.add_handler(urllib2.HTTPHandler())
/third_party/python/Lib/urllib/
Drequest.py579 default_classes = [ProxyHandler, UnknownHandler, HTTPHandler,
1374 class HTTPHandler(AbstractHTTPHandler): class
/third_party/python/Doc/howto/
Durllib2.rst511 environment variable is set), ``UnknownHandler``, ``HTTPHandler``,
Dlogging.rst966 #. :class:`~handlers.HTTPHandler` instances send messages to an HTTP
Dlogging-cookbook.rst1785 :class:`~handlers.HTTPHandler`).
/third_party/python/Doc/whatsnew/
D3.5.rst1425 The :class:`handlers.HTTPHandler <logging.handlers.HTTPHandler>` class now
/third_party/python/Misc/
DNEWS13287 - 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.
DHISTORY1123 - 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