index
:
cloud-email/mitmproxy
master
clone of mitm proxy
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
add_header.py
blob: 0c0593d1f1da936d21398b8dedd9315089f7c833 (
plain
)
1
2
def
response
(
context
,
flow
):
flow
.
response
.
headers
[
"newheader"
]
=
[
"foo"
]