2016-07-08 01:37:33 +00:00
|
|
|
def responseheaders(flow):
|
2014-07-21 19:06:55 +00:00
|
|
|
"""
|
|
|
|
Enables streaming for all responses.
|
2016-11-21 01:16:20 +00:00
|
|
|
This is equivalent to passing `--stream 0` to mitmproxy.
|
2014-07-21 19:06:55 +00:00
|
|
|
"""
|
2015-05-30 00:03:28 +00:00
|
|
|
flow.response.stream = True
|