Reimplement HttpRequestStreamReader and HttpResponseStreamWriter with pipes
Open
affected-few
area-networking
enhancement
feature-http-abstractions
feature-pipelines
severity-minor
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
Epic https://github.com/aspnet/AspNetCore/issues/8829
Most likely this will be done via two new classes: PipeTextReader and PipeTextWriter. These are implementations of TextReader/TextWriter that take in a PipeReader/PipeWriter as a constructor argument.
Contributor guide
Assessment
This issue has not been assessed yet.