aboutsummaryrefslogtreecommitdiffstats
path: root/examples/dup_and_replay.py
blob: b38c2b7e3b44c685630ebd91a003f1f2f58f6185 (plain)
1
2
3
4
def request(ctx, flow):
    f = ctx.duplicate_flow(flow)
    f.request.path = "/changed"
    ctx.replay_request(f)