dream icon indicating copy to clipboard operation
dream copied to clipboard

Additional streaming APIs

Open aantron opened this issue 4 years ago • 0 comments

  • [ ] 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:true upstream.
  • [ ] Stream limits and handling in the GraphQL helpers.
  • [ ] Upload stream error handling currently raises exception on bad Content-Type.
  • [ ] iovec conversion.
  • [ ] Stream static files.

aantron avatar Apr 08 '21 07:04 aantron