Rate Limit Header - CI/CD用語集の定義
rate limitヘッダー(X-RateLimit-Limit、X-RateLimit-Remaining、Retry-After)は、残りのAPIクォータとリセット時刻を報告します。これにより、行儀の良いクライアントは429になる前に自らスロットリングできます。
関連ガイド
HTTP Status Codes - CI/CD Glossary DefinitionHTTP status codes are three-digit numbers signaling a request’s outcome - 2xx success, 3xx redirect, 4xx clie…
Idempotent Request - CI/CD Glossary DefinitionAn idempotent request gives the same result whether sent once or many times, so safe retries never duplicate…
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…