MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / __init__

Method __init__

mitmproxy/tools/web/app.py:428–430  ·  view source on GitHub ↗
(self, application: Application, request, **kwargs)

Source from the content-addressed store, hash-verified

426 application: Application
427
428 def __init__(self, application: Application, request, **kwargs):
429 super().__init__(application, request, **kwargs)
430 self.filters: dict[str, flowfilter.TFilter] = {} # filters per connection
431
432 @classmethod
433 def broadcast_flow_reset(cls) -> None:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected