摘要: net5 webapi http请求处理耗时统计 问题:如何记录http处理耗时 通过中间件记录耗时 app.UseMiddleware<TestMiddleware>(); app.UseRouting(); app.UseEndpoints(endpoints => { endpoints.Ma 阅读全文
posted @ 2022-03-04 16:02 yyyyyyan 阅读(159) 评论(0) 推荐(0)