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