Content Negotiation - CI/CD Glossary Definition
Content negotiation lets a client express preferences (via Accept, Accept-Language, Accept-Encoding) and the server pick the best matching representation - format, language, or compression.
Related guides
Gzip Compression - CI/CD Glossary DefinitionGzip compression shrinks HTTP response bodies when the client sends Accept-Encoding: gzip, cutting bandwidth…
HTTP Status Codes - CI/CD Glossary DefinitionHTTP status codes are three-digit numbers signaling a request’s outcome - 2xx success, 3xx redirect, 4xx clie…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…