We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2597889 commit e2fae1bCopy full SHA for e2fae1b
README.md
@@ -45,7 +45,7 @@ Here are the available options in the configuration file:
45
| `cache.store` | `default` | The cache store to use for idempotency keys |
46
| `idempotency_header` | `Idempotency-Key` | The header to use for idempotency keys |
47
| `idempotency_relayed_header` | `Idempotency-Relayed` | The header for relaying idempotency keys |
48
-| `duplicate_handling` | `replay` | The action to take when a duplicate request is detected. Options are `replay` or `throw`|
+| `duplicate_handling` | `replay` | The action to take when a duplicate request is detected. Options are `replay` or `exception`|
49
| `enforced_verbs` | `['GET', 'POST', 'PUT', 'PATCH', 'DELETE']` | The HTTP verbs to enforce idempotency on |
50
| `max_lock_wait_time` | `10` _(10 seconds)_ | The maximum time to wait for a lock in seconds |
51
| `user_id_resolver` | `null` | The user ID resolver to use for generating cache keys |
0 commit comments