Carter
Carter copied to clipboard
Does IResponseNegotiator support IAsyncEnumerable
My guess is it would but you would have to work out how to write that to the response stream. The interface has this signature where I would think T could be IAsyncEnumerable
Task Handle<T>(HttpRequest req, HttpResponse res, T model, CancellationToken cancellationToken);