From f4b9a96a0648465a076c4b1af3b461a22dff6ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Wed, 23 Oct 2019 16:40:04 +0200 Subject: [PATCH] Added note to spec to state cookie name case sensitivity: FIXES: #43 --- spec/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/README.md b/spec/README.md index 696b98a..ef31170 100644 --- a/spec/README.md +++ b/spec/README.md @@ -496,7 +496,8 @@ following resource paths: **Note**: Parameters under `request` are read-only and, conversely, parameters under `response` are write-only. - +**Note**: It should be noted that, according to the spec, the name of a cookie is case +sensitive. #### Get handler resource