mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
4 lines
78 B
Python
4 lines
78 B
Python
|
|
def request(ctx, f):
|
|
f = ctx.duplicate_flow(f)
|
|
ctx.replay_request(f)
|