Re: [whatwg/fetch] Pause readable stream reader (Issue #1651)

Forget my previous comment, it's `no-store` and this works:

```py
r = Response(my_generator(), status=200, content_type='application/json')
r.cache_control.no_store = True
return r
```

Hope this helps!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1651#issuecomment-1551198014
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1651/1551198014@github.com>

Received on Wednesday, 17 May 2023 11:11:58 UTC