Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/learn/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ The spec leaves some things to the application layer:

✅ **Full compliance** with draft-ietf-httpapi-idempotency-key-header-07

All MUST and SHOULD requirements are implemented. The library gives you the flexibility to choose which optional features to enable based on your API's needs.
All MUST and SHOULD requirements are implemented.
4 changes: 2 additions & 2 deletions docs/specs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
prev:
text: "Why Idempotency"
link: "/why-idempotency"
link: "/learn/why"
next: false
---

# Cucumber Specifications

RFC 7807-compliant specifications for idempotency middleware implementations.
These Cucumber specifications codify idempot.dev's interpretation of [draft-ietf-httpapi-idempotency-key-header-07](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-idempotency-key-header-07). The IETF draft defines the requirements; these specs translate them into implementation choices shared by all idempot.dev projects.

## Overview

Expand Down
Loading