Skip to content

IdempotencyOptions

Defined in: src/plugins/application/idempotency/plugin.ts:5

Property Type Description Defined in

header?

string

Header name to use for the idempotency key.

Default

"Idempotency-Key"

src/plugins/application/idempotency/plugin.ts:10

ttl?

number

Time to live for the idempotency key in milliseconds.

Default

86400000 (24 hours)

src/plugins/application/idempotency/plugin.ts:15