mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
2 lines
76 B
Python
2 lines
76 B
Python
def response(context, flow):
|
|
flow.response.headers["newheader"] = "foo"
|