Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_simple
Method · 0.95
test_late_hook_reply
Method · 0.95
test_socks5_success
Function · 0.80
test_socks5_auth_success
Function · 0.80
test_connect_more_newlines
Function · 0.80
next_layer
Method · 0.80
next_layer
Function · 0.80
Calls
1
_data
Method · 0.95
Tested by
5
test_simple
Method · 0.76
test_late_hook_reply
Method · 0.76
test_socks5_success
Function · 0.64
test_socks5_auth_success
Function · 0.64
test_connect_more_newlines
Function · 0.64