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
e800f321af
mitmproxy
/
examples
/
add_header.py
3 lines
67 B
Python
Raw
Normal View
History
Unescape
Escape
remove context from all scripts
2016-07-08 01:37:33 +00:00
def
response
(
flow
)
:
adjust to new netlib Headers class
2015-09-05 18:45:58 +00:00
flow
.
response
.
headers
[
"
newheader
"
]
=
"
foo
"