Skip to main content

Module idempotency

Module idempotency 

Expand description

IdempotencyStore trait and companion types for duplicate-execution protection.

Constants§

MAX_BODY_BYTES
Maximum body size the middleware will buffer when computing the hash. A request beyond this returns 413 rather than risking unbounded memory.

Traits§

IdempotencyStore