lib/httpx/plugins/rate_limiter.rb in httpx-1.1.5 vs lib/httpx/plugins/rate_limiter.rb in httpx-1.2.0
- old
+ new
@@ -7,10 +7,10 @@
#
# * is rate limited;
# * when the server is unavailable (503);
# * when a 3xx request comes with a "retry-after" value
#
- # https://gitlab.com/os85/httpx/wikis/RateLimiter
+ # https://gitlab.com/os85/httpx/wikis/Rate-Limiter
#
module RateLimiter
class << self
RATE_LIMIT_CODES = [429, 503].freeze