Skip to content

API Proposal: Add PipeReader API to IFormFile #7838

Open
@jkotalik

Description

@jkotalik

Today we have IFormFile.OpenReadStream and we should add:

public interface IFormFile
{
      PipeReader OpenPipeReader();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    affected-fewThis issue impacts only small number of customersarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbreaking-changeThis issue / pr will introduce a breaking change, when resolved / merged.enhancementThis issue represents an ask for new feature or an enhancement to an existing onefeature-http-abstractionsfeature-pipelinesAnything relating to exposing/using Pipes in ASP.NET Coreseverity-nice-to-haveThis label is used by an internal tool

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions