ETag - CI/CD用語集の定義
ETagは、リソースの不透明なバージョン識別子です。クライアントはIf-None-Match経由でこれを返し、リソースが変更されていなければサーバーは304 Not Modifiedを返し、ボディを省略します。
関連ガイド
Cache-Control - CI/CD Glossary DefinitionCache-Control is the HTTP header that dictates how responses may be cached - max-age, no-store, private - acr…
HTTP Status Codes - CI/CD Glossary DefinitionHTTP status codes are three-digit numbers signaling a request’s outcome - 2xx success, 3xx redirect, 4xx clie…
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…