Cache-Control - Definição do Glossário de CI/CD
O cabeçalho Cache-Control instrui os caches sobre como armazenar uma resposta: max-age define o frescor, no-store proíbe o cache, private o limita ao navegador. Ele orienta o comportamento de CDN e proxy.
Guias relacionados
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…