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 08:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6fb706ec15
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
"
Reference in New Issue
Copy Permalink