You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add StreamedResponse for streaming response bodies
Adds a `StreamedResponse` class extending `Response`, enabling chunked
transfer encoding for streaming response bodies via readable streams.
Automatically sets `transfer-encoding: chunked` if not specified.
Closes#9
0 commit comments