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

Method data_client

mitmproxy/proxy/layer.py:317–318  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

315
316 # Utility methods for whoever decides what the next layer is going to be.
317 def data_client(self):
318 return self._data(self.context.client)
319
320 def data_server(self):
321 return self._data(self.context.server)

Callers 7

test_simpleMethod · 0.95
test_late_hook_replyMethod · 0.95
test_socks5_successFunction · 0.80
test_socks5_auth_successFunction · 0.80
next_layerMethod · 0.80
next_layerFunction · 0.80

Calls 1

_dataMethod · 0.95

Tested by 5

test_simpleMethod · 0.76
test_late_hook_replyMethod · 0.76
test_socks5_successFunction · 0.64
test_socks5_auth_successFunction · 0.64