Build the idempotency middleware: adds a random UUID Idempotency-Key header to every write (POST/PUT/PATCH/DELETE) that doesn't already carry one, so all retry attempts share the same key. Reads pass through untouched.
Idempotency-Key
Build the idempotency middleware: adds a random UUID
Idempotency-Keyheader to every write (POST/PUT/PATCH/DELETE) that doesn't already carry one, so all retry attempts share the same key. Reads pass through untouched.