In every ASP.NET Core release, there are small features that nobody talks about. This post talks about one of such features - HTTP Trailers.
There is a number of Web APIs which allow measuring performance of web applications. The youngest member of that family is Server Timing API which allows communicating the server performance metrics to the client. This article shows how this API can be used in ASP.NET Core.