From 4a0188b8f973ef6beadd49ab45237e2186d82058 Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Mon, 14 Nov 2022 10:47:40 +0300 Subject: [PATCH] [#215] Mention caching strategy in README.md Signed-off-by: Denis Kirillov --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8baf533..206d735 100644 --- a/README.md +++ b/README.md @@ -376,6 +376,11 @@ set of reply headers generated using the following rules: if they can be safely represented in HTTP header), for example `FileName` attribute becomes `X-Attribute-FileName` header +##### Caching strategy + +HTTP Gateway doesn't control caching (doesn't anything with the `Cache-Control` header). Caching strategy strictly +depends on application use case. So it should be carefully done by proxy server. + ### Uploading You can POST files to `/upload/$CID` path where `$CID` is a container ID or its name if NNS is enabled. The