Idempotent Request - CI/CD用語集の定義
idempotentなリクエストは、何回送信しても同じ効果になります。GET、PUT、DELETEは仕様上idempotentであり、idempotencyキーによってPOSTも安全にretryできるようになります。
関連ガイド
Webhook Delivery - CI/CD Glossary DefinitionWebhook delivery is the outbound HTTP POST a service sends to a subscriber’s URL when an event fires, usually…
HTTP Status Codes - CI/CD Glossary DefinitionHTTP status codes are three-digit numbers signaling a request’s outcome - 2xx success, 3xx redirect, 4xx clie…
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…