mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
3 lines
116 B
Python
3 lines
116 B
Python
def tcp_message(ctx, tm):
|
|
if tm.sender == tm.server_conn:
|
|
tm.message = tm.message.replace("foo", "bar")
|