This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
mitmproxy
mirror of
https://github.com/mitmproxy/mitmproxy.git
Watch
1
Star
1
Fork
You've already forked mitmproxy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00561d280c
mitmproxy
/
examples
/
add_header.py
3 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
update examples, fix #353
2014-09-08 14:02:31 +00:00
def
response
(
context
,
flow
)
:
Add coding style check, reformat.
2015-05-30 00:03:28 +00:00
flow
.
response
.
headers
[
"
newheader
"
]
=
[
"
foo
"
]