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
a8deed1f4e
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
Reference in New Issue
Copy Permalink