palantir / conjure-rust-runtime

Rust implementation of the Conjure runtime
10 stars 7 forks source link

Allow per-request idempotency configuration #144

Open sfackler opened 2 years ago

sfackler commented 2 years ago

Idempotency is by default derived from the HTTP method. This can be overridden, but only at the client level. We should enable per-request configuration by e.g. looking for a idempotency value in the request extensions.