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

Method web_url

mitmproxy/tools/web/master.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99
100 @property
101 def web_url(self) -> str:
102 return cast(webaddons.WebAuth, self.addons.get("webauth")).web_url
103
104 async def running(self):
105 # Register tornado with the current event loop

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected