HTTP Status Codes - Definição do Glossário de CI/CD
Os códigos de status HTTP são resultados de três dígitos retornados com cada resposta: 2xx sucesso, 3xx redirecionamento, 4xx erros do cliente, 5xx erros do servidor. Clientes e scripts de CI se ramificam com base neles para retry ou falha.
Guias relacionados
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…