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-23 00:01:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
fbc4bb38df
mitmproxy
/
examples
/
add_header.py
2 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
update examples, fix #353
2014-09-08 14:02:31 +00:00
def
response
(
context
,
flow
)
:
update docs, mostly revert 2f44b26b4cd014e03dd62a125d79af9b81663a93
2014-09-05 13:16:20 +00:00
flow
.
response
.
headers
[
"
newheader
"
]
=
[
"
foo
"
]
Reference in New Issue
Copy Permalink