This website requires JavaScript.
Explore
Help
Sign In
Grasscutters
/
mitmproxy
Watch
3
Star
0
Fork
0
You've already forked mitmproxy
mirror of
https://github.com/Grasscutters/mitmproxy.git
synced
2024-11-27 02:24:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fdd7b2f108
mitmproxy
/
examples
/
add_header.py
2 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93
2014-09-05 13:16:20 +00:00
def
response
(
ctx
,
flow
)
:
flow
.
response
.
headers
[
"
newheader
"
]
=
[
"
foo
"
]
Reference in New Issue
Copy Permalink