mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-03 00:01:18 -04:00
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
module HTTPX
|
|
module Plugins
|
|
module RateLimiter
|
|
def self.load_dependencies: (singleton(Session)) -> void
|
|
|
|
def self.retry_on_rate_limited_response: (_Response) -> bool
|
|
|
|
def self.retry_after_rate_limit: (untyped, _Response) -> Numeric?
|
|
end
|
|
end
|
|
end |