Enables a server to communicate performance metrics about the request-response cycle to the user agent using Server-Timing response header as specified in https://www.w3.org/TR/server-timing.
Info
Version: | 1.3.0 |
Author(s): | Metalface |
Last Update: | Saturday, February 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/metalface-oss/aspnetcore-servertiming |
NuGet Url: | https://www.nuget.org/packages/Metalface.AspNetCore.ServerTiming |
Install
Install-Package Metalface.AspNetCore.ServerTiming
dotnet add package Metalface.AspNetCore.ServerTiming
paket add Metalface.AspNetCore.ServerTiming
Metalface.AspNetCore.ServerTiming Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
- Microsoft.Extensions.Options(>= 2.1.0)
Tags