mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-04 22:55:19 +08:00
3 lines
78 B
Python
3 lines
78 B
Python
def response(context, flow):
|
|
flow.response.headers["newheader"] = ["foo"]
|