Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ data_server
Method
data_server
mitmproxy/proxy/layer.py:320–321 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
318
return
self._data(self.context.client)
319
320
def
data_server(self):
321
return
self._data(self.context.server)
322
323
def
_data(self, connection: Connection):
324
data = (
Callers
3
test_simple
Method · 0.95
next_layer
Method · 0.80
next_layer
Function · 0.80
Calls
1
_data
Method · 0.95
Tested by
1
test_simple
Method · 0.76