dotnet / dotnet/aspnetcore

API Proposal: Add PipeReader API to IFormFile

Open
#7,838 2 comments 0 reactions 0 assignees View on GitHub
affected-few area-networking breaking-change enhancement feature-http-abstractions feature-pipelines severity-nice-to-have
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

Today we have `IFormFile.OpenReadStream` and we should add:

```C#
public interface IFormFile
{
PipeReader OpenPipeReader();
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.