Kenlefeb.Api.Middleware
1.0.0
A library of useful middleware for your APIs.
Install-Package Kenlefeb.Api.Middleware -Version 1.0.0
dotnet add package Kenlefeb.Api.Middleware --version 1.0.0
<PackageReference Include="Kenlefeb.Api.Middleware" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kenlefeb.Api.Middleware --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kenlefeb.Api.Middleware, 1.0.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Kenlefeb.Api.Middleware as a Cake Addin
#addin nuget:?package=Kenlefeb.Api.Middleware&version=1.0.0
// Install Kenlefeb.Api.Middleware as a Cake Tool
#tool nuget:?package=Kenlefeb.Api.Middleware&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
This first release has a rudimentary RequestLogging middleware, that can be added to your pipeline to publish the full contents of each HTTP Request and Response to your Application Insights resource.
Dependencies
-
.NETStandard 2.1
- ConfigureAwait.Fody (>= 3.3.1)
- Microsoft.ApplicationInsights (>= 2.13.1)
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.2)
- System.Text.Json (>= 4.7.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 188 | 3/1/2020 |