Skip to main content

Module ratelimit

Module ratelimit 

Source
Expand description

Per-domain rate limiting to respect politeness constraints.

Token-bucket rate limiter with per-domain and global buckets, supporting crawl-delay from robots.txt and concurrency limiting.

Structs§

RateLimiter
Token-bucket rate limiter for per-domain and global request throttling.

Enums§

RateLimitError
Errors that can occur during rate limiting.