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