HTTP Status Codes - CI/CD Glossary Definition
HTTP status codes are three-digit results returned with every response: 2xx success, 3xx redirection, 4xx client errors, 5xx server errors. Clients and CI scripts branch on them to retry or fail.
Related guides
Rate Limit Header - CI/CD Glossary DefinitionRate limit headers like X-RateLimit-Remaining and Retry-After tell a client how much quota is left and when t…
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…
REST - CI/CD Glossary DefinitionREST is an architectural style for web APIs that models resources as URLs and uses HTTP verbs and status code…