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