Reimplement HttpRequestStreamReader and HttpResponseStreamWriter with pipes #7836
Labels
affected-few
This issue impacts only small number of customers
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-http-abstractions
feature-pipelines
Anything relating to exposing/using Pipes in ASP.NET Core
severity-minor
This label is used by an internal tool
Milestone
Epic #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.
The text was updated successfully, but these errors were encountered: