Pudu programming language
Menu
API reference

Std.App.Idempotency.finish

1 declaration

fn

finish: &Std.App.Idempotency.Store -> Str -> &Std.Http.Response -> Int -> Std.App.Idempotency.Store

The store with the answer for key recorded.

A 5xx answer releases the key instead, so a retry runs the request again.

Back to Std.App.IdempotencySearch related declarations