A simple .Net extension to read the HTTP request body without consuming it.
Info
| Version: | 1.3.0 |
| Author(s): | Ali Alp |
| Last Update: | Friday, May 10, 2024 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/alicommit-malp/Dotnet-Core-Request-Body-Peeker |
| NuGet Url: | https://www.nuget.org/packages/Request.Body.Peeker |
Install
Install-Package Request.Body.Peeker
dotnet add package Request.Body.Peeker
paket add Request.Body.Peeker
Request.Body.Peeker Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Newtonsoft.Json(>= 12.0.3)
Tags