Cache-Control - CI/CD用語集の定義
Cache-Controlヘッダーは、レスポンスをどのようにcacheに保存するかを指示します。max-ageは鮮度を設定し、no-storeはcacheを禁止し、privateはブラウザに限定します。これがCDNやproxyの動作を左右します。
関連ガイド
ETag - CI/CD Glossary DefinitionAn ETag is a fingerprint a server returns for a resource version. The client sends it via If-None-Match so un…
Gzip Compression - CI/CD Glossary DefinitionGzip compression shrinks HTTP response bodies when the client sends Accept-Encoding: gzip, cutting bandwidth…
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…