Reads the x-idempotency-key header from mutating requests. If a
response has already been stored for that key, it is returned
immediately — the handler is never called. Otherwise the handler
executes and its response is stored for future replays.
GET, HEAD, and OPTIONS requests pass through without checking.
Server-side idempotency middleware.
Reads the
x-idempotency-keyheader from mutating requests. If a response has already been stored for that key, it is returned immediately — the handler is never called. Otherwise the handler executes and its response is stored for future replays.GET, HEAD, and OPTIONS requests pass through without checking.