dream
dream copied to clipboard
Additional streaming APIs
- [ ] There is already file upload string streaming exposed. Dream may need to expose bigstring streaming for zero-copy uploads.
- [x] WebSocket ~~frame-by-frame~~ chunk-by-chunk streaming of large messages. Probably only a bigstring API for this. Done in #178, though not fully exposed in the API yet.
- Streaming out messages is currently not possible, because frames are hardcoded with
is_fin:trueupstream.
- Streaming out messages is currently not possible, because frames are hardcoded with
- [ ] Stream limits and handling in the GraphQL helpers.
- [ ] Upload stream error handling currently raises exception on bad Content-Type.
- [ ] iovec conversion.
- [ ] Stream static files.