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: cf1b53cc81777c3996272c46f7b87da501daab6e (
plain
)
1
2
def
response
(
context
,
flow
):
flow
.
response
.
headers
[
"newheader"
]
=
"foo"