Gzip Compression - Definição do Glossário de CI/CD
A compressão gzip codifica o corpo de uma resposta com o algoritmo gzip quando o cliente envia Accept-Encoding: gzip. Ela reduz drasticamente o tamanho de transferência de texto como HTML, JSON e JS.
Guias relacionados
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…