MCPcopy 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_simpleMethod · 0.95
next_layerMethod · 0.80
next_layerFunction · 0.80

Calls 1

_dataMethod · 0.95

Tested by 1

test_simpleMethod · 0.76