sysid / sse-starlette

BSD 3-Clause "New" or "Revised" License
505 stars 36 forks source link

feat(sse/cache-control): allow user to set cache-control header #35

Closed gagantrivedi closed 1 year ago

gagantrivedi commented 1 year ago

To support fan out proxies like fastly the response needs to be cacheable. ref: https://github.com/sysid/sse-starlette/issues/34

closes https://github.com/sysid/sse-starlette/issues/34