MCPcopy
hub / github.com/mitmproxy/mitmproxy / debug

Method debug

mitmproxy/proxy/layers/http/_http_h2.py:21–24  ·  view source on GitHub ↗
(self, fmtstr, *args)

Source from the content-addressed store, hash-verified

19 self.conn_type = conn_type
20
21 def debug(self, fmtstr, *args):
22 logger.debug(
23 f"{self.conn_type} {fmtstr}", *args, extra={"client": self.peername}
24 )
25
26 def trace(self, fmtstr, *args):
27 logger.log(

Callers 6

__init__Method · 0.45
dequeueAndLogMethod · 0.45
loadBytesMethod · 0.45
listenMethod · 0.45
prettify_messageFunction · 0.45
next_layerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected