Gzip Compression - CI/CD用語集の定義
gzip圧縮は、クライアントがAccept-Encoding: gzipを送信したときに、gzipアルゴリズムでレスポンスボディをエンコードします。HTML、JSON、JSといったテキストの転送サイズを劇的に削減します。
関連ガイド
Content Negotiation - CI/CD Glossary DefinitionContent negotiation is how client and server agree on response format via Accept headers - choosing JSON vs X…
Chunked Transfer - CI/CD Glossary DefinitionChunked transfer encoding streams an HTTP response in pieces with no known Content-Length, so the server can…
Cache-Control - CI/CD Glossary DefinitionCache-Control is the HTTP header that dictates how responses may be cached - max-age, no-store, private - acr…