Sign in Sign up
nuget

GM.Idempotency.Http

HTTP integration for GM.Idempotency: an ASP.NET Core middleware that reads a client-supplied Idempotency-Key header, short-circuits duplicate unsafe (POST/PUT/PATCH) requests via GM.Idempotency's distributed-lock-guarded check-and-set, and replays the stored response (status, allow-listed headers, body) so a retry gets the exact same result. Opt in globally or per-endpoint with [Idempotent]. Register with AddGMIdempotencyHttp() + UseGMIdempotency().

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
2
Cadence
~27 days
Last 12 months
2

Details

License
MIT
First release
Aug 03, 2026
Releases
Version Released
1.0.1 patch
1.0.0 initial