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
de6bf175e2
mitmproxy
/
examples
/
stream.py
6 lines
116 B
Python
Raw
Normal View
History
Unescape
Escape
remove context from all scripts
2016-07-08 01:37:33 +00:00
def
responseheaders
(
flow
)
:
add --stream options, various fixes
2014-07-21 19:06:55 +00:00
"""
Enables
streaming
for
all
responses
.
"""
Add coding style check, reformat.
2015-05-30 00:03:28 +00:00
flow
.
response
.
stream
=
True