Make request/response bodies an async sequence of bytes #9
Labels
area/generator
Affects: plugin, CLI, config file.
area/runtime
Affects: the runtime library.
area/transport
Affects: Client or server transport library.
kind/enhancement
Improvements to existing feature.
size/L
Large task. (A couple of weeks of work.)
Milestone
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.
The text was updated successfully, but these errors were encountered: