-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Milestone
Description
In 3.0, we will be starting to expose Pipes directly across the AspNetCore stack via PipeReader and PipeWriter. The initial design is to have new properties directly on the HttpContext to get HttpRequest.Body as a PipeReader and HttpResponse.Body as a PipeWriter.
One of the first needs we have is the ability to adapt a Stream into a Pipe. For example, when a middleware overwrites the Response.Body with a new stream, like ResponseCompression, Calling response.PipeWriter should return a PipeWriter that reflects the change made to the stream.
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions