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