From 88af4b4d1454d0a5fe91147b2d9042eef12e23f1 Mon Sep 17 00:00:00 2001 From: Juan Carlos Garcia Date: Tue, 21 Nov 2023 11:05:25 +0100 Subject: [PATCH] Updating readme referencing the Active Internet-Draft --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da5fce7..5152483 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Gem for supporting idempotency in your [Grape](https://github.com/ruby-grape/grape) APIs. +Implementation based on the Active Internet-Draft [draft-ietf-httpapi-idempotency-key-header-04](https://datatracker.ietf.org/doc/draft-ietf-httpapi-idempotency-key-header/04/) + Topics covered in this README: - [Installation](#installation-)