Open JohanLarsson opened 5 years ago
app.Use(async (context, next) => { context.Response.OnStarting(() => { ... return Task.CompletedTask; }); await next(); });