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