Home
last modified time | relevance | path

Searched refs:HttpArchiveHandler (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttpproxy_test.py54 class MockHttpArchiveHandler(httpproxy.HttpArchiveHandler):
56 httpproxy.HttpArchiveHandler.handle_one_request(self)
Dhttpproxy.py56 class HttpArchiveHandler(BaseHTTPServer.BaseHTTPRequestHandler): class
280 HANDLER = HttpArchiveHandler
388 self.HANDLER = sslproxy.wrap_handler(HttpArchiveHandler)