Add support for emitting ServerSentEvents from minimal APIs #56172
Labels
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
Milestone
As of dotnet/runtime#102238 and dotnet/runtime#98105, .NET exposes a set of types for working with server-sent events. We want to extend on these APIs in minimal APIs by provide
IResult
implementations for emitting SSEs to the response.The text was updated successfully, but these errors were encountered: