From 35a4a93ca7308b8e0577bc930a271780556766ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 02:55:08 +0600 Subject: [PATCH] chore: update roadmap content json (#8277) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/api-design.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/roadmap-content/api-design.json b/public/roadmap-content/api-design.json index 6c2399c23..241432aff 100644 --- a/public/roadmap-content/api-design.json +++ b/public/roadmap-content/api-design.json @@ -569,6 +569,11 @@ "title": "Caching REST API Response", "url": "https://restfulapi.net/caching/", "type": "article" + }, + { + "title": "HTTP caching", + "url": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching", + "type": "article" } ] },