aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stream.py
blob: f9f03c3ead373e26b2ebe85f71d399346aca18aa (plain)
1
2
3
4
5
def responseheaders(ctx, flow):
    """
    Enables streaming for all responses.
    """
    flow.response.stream = True