Rate limit simulator
An endpoint that enforces real 429s, so you can test your backoff logic.
Runs on the server, rate limited
Configure the limiter
Algorithm
You get a URL that enforces a real limiter and answers with proper 429s, Retry-After and X-RateLimit headers. Point your client at it and find out whether your backoff logic actually works.