Skip to content

Make request/response bodies an async sequence of bytes #9

Closed
@czechboy0

Description

@czechboy0

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.

Metadata

Metadata

Assignees

Labels

area/generatorAffects: plugin, CLI, config file.area/runtimeAffects: the runtime library.area/transportAffects: Client or server transport library.kind/enhancementImprovements to existing feature.size/LLarge task. (A couple of weeks of work.)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions