mitmproxy/examples/modify_querystring.py

3 lines
74 B
Python

def request(context, flow):
flow.request.query["mitmproxy"] = "rocks"