mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 22:48:54 +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
|