-
Notifications
You must be signed in to change notification settings - Fork 160
Make request/response bodies an async sequence of bytes #9
Copy link
Copy link
Closed
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/runtimeAffects: the runtime library.Affects: the runtime library.area/transportAffects: Client or server transport library.Affects: Client or server transport library.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/LLarge task. (A couple of weeks of work.)Large task. (A couple of weeks of work.)
Milestone
Description
For simplicity, initially the type holding the raw request and response body data is Foundation.Data, but that prevents use cases where large amounts of data need to be sent/received if the memory limit of the process is low.
What should be possible: a uploading/downloading large (multi-GB) files without buffering them into memory on either client/server ends.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.area/runtimeAffects: the runtime library.Affects: the runtime library.area/transportAffects: Client or server transport library.Affects: Client or server transport library.kind/enhancementImprovements to existing feature.Improvements to existing feature.size/LLarge task. (A couple of weeks of work.)Large task. (A couple of weeks of work.)