Closed
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.