Chunked Transfer - CI/CD用語集の定義
chunked transfer encodingは、固定のContent-Lengthを持つ単一ブロックの代わりに、HTTPボディをサイズ付きchunkの連続として送信し、サーバーがまだ生成中の出力をstreamingできるようにします。
関連ガイド
Server-Sent Events - CI/CD Glossary DefinitionServer-Sent Events stream one-way updates from server to browser over one long-lived HTTP connection, simpler…
Gzip Compression - CI/CD Glossary DefinitionGzip compression shrinks HTTP response bodies when the client sends Accept-Encoding: gzip, cutting bandwidth…
Multipart Upload - CI/CD Glossary DefinitionA multipart upload splits a large file into parts uploaded independently and resumably, then assembled server…