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