Home | History | Annotate | Download | only in test

Lines Matching refs:HTTPHandler

589                 self.assertRaises(ValueError, logging.handlers.HTTPHandler,
592 h = logging.handlers.HTTPHandler('localhost', '/log', method)
1908 """Test for HTTPHandler."""
1911 """Set up an HTTP server to receive log messages, and a HTTPHandler
1930 # The log message sent to the HTTPHandler is properly received.
1957 self.h_hdlr = logging.handlers.HTTPHandler(host, '/frob',