You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
No description provided.
The text was updated successfully, but these errors were encountered: