- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Wed, 17 May 2023 04:11:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 May 2023 11:11:58 UTC
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