ikyriak / IdempotentAPI

A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
MIT License
253 stars 38 forks source link

Fix Request data hash always empty - issue 58 #62

Closed ikyriak closed 8 months ago

ikyriak commented 8 months ago

Issue: https://github.com/ikyriak/IdempotentAPI/issues/58