Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ send
Method
send
mitmproxy/tools/web/app.py:408–409 ·
view source on GitHub ↗
(self, message: bytes)
Source
from the content-addressed store, hash-verified
406
conn.send(message)
407
408
def
send(self, message: bytes):
409
self._send_queue.put_nowait(message)
410
411
async
def
send_task(self):
412
while
True:
Callers
15
sig_message
Method · 0.45
sig_prompt
Method · 0.45
sig_prompt_command
Method · 0.45
sig_prompt_onekey
Method · 0.45
prompt_done
Method · 0.45
prompt_execute
Method · 0.45
refresh
Method · 0.45
console_command
Method · 0.45
console_command_set
Method · 0.45
view_pop
Method · 0.45
update
Method · 0.45
save_config
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected