diff --git a/http-gateways/PATH_GATEWAY.md b/http-gateways/PATH_GATEWAY.md index f75802221..bf0b08e32 100644 --- a/http-gateways/PATH_GATEWAY.md +++ b/http-gateways/PATH_GATEWAY.md @@ -626,6 +626,11 @@ the DAG it represents does not include content path remainder. - Advanced caching strategies can be built using additional information in `X-Ipfs-Path` and `X-Ipfs-Roots` headers. +- Implement support for requests sent with + [`Cache-Control: only-if-cached`](#cache-control-request-header). + It allows IPFS-aware HTTP clients to probe and prioritize gateways that + already have the data cached, significantly improving retrieval speeds. + ## Denylists Optional, but encouraged.