Pudu programming language
Menu
API reference

Std.App.Idempotency.decide

1 declaration

fn

decide: &Std.App.Idempotency.Store -> Str -> Str -> Int -> Std.App.Idempotency.Decision

What to do with a request using key whose body hashes to fingerprint.

An expired entry counts as absent. A new key when the store is at capacity after expiry is Full.

Back to Std.App.IdempotencySearch related declarations