mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
5 lines
No EOL
124 B
Python
5 lines
No EOL
124 B
Python
def responseheaders(context, flow):
|
|
"""
|
|
Enables streaming for all responses.
|
|
"""
|
|
flow.response.stream = True |