Back to Practical Aspnetcore

Feature IHttpResponseBodyFeature

projects/features/features-http-body-response/README.MD

latest334 B
Original Source

Feature IHttpResponseBodyFeature

This new interface consolidates previous features:

  • IHttpResponseFeature.Body
  • IHttpSendFileFeature.SendFileAsync
  • IHttpBufferingFeature.DisableResponseBuffering

into a single interface. More info can be found in this github issue.