mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-06-13 01:18:07 +08:00
6 lines
125 B
Python
6 lines
125 B
Python
def responseheaders(context, flow):
|
|
"""
|
|
Enables streaming for all responses.
|
|
"""
|
|
flow.response.stream = True
|