From d6ee7ef76aaefa8059bd76fd160d40dcc6fec661 Mon Sep 17 00:00:00 2001 From: Igor Kustov Date: Mon, 24 Feb 2025 12:45:37 +0100 Subject: [PATCH] Added article on http-caching topic (#8263) --- .../api-design/content/http-caching@qAolZHf_jp8hCdtqHZwC8.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/api-design/content/http-caching@qAolZHf_jp8hCdtqHZwC8.md b/src/data/roadmaps/api-design/content/http-caching@qAolZHf_jp8hCdtqHZwC8.md index cd80d1dd8..4fe4c71ca 100644 --- a/src/data/roadmaps/api-design/content/http-caching@qAolZHf_jp8hCdtqHZwC8.md +++ b/src/data/roadmaps/api-design/content/http-caching@qAolZHf_jp8hCdtqHZwC8.md @@ -5,4 +5,5 @@ HTTP caching is a key aspect of API design which involves storing copies of resp Learn more from the following resources: - [@article@Why HTTP Caching matters for APIs](https://thenewstack.io/why-http-caching-matters-for-apis/) -- [@article@Caching REST API Response](https://restfulapi.net/caching/) \ No newline at end of file +- [@article@Caching REST API Response](https://restfulapi.net/caching/) +- [@article@HTTP caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching)