mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
module HTTPX
|
|
module Utils
|
|
def self?.parse_retry_after: (String) -> Numeric
|
|
|
|
def self?.to_uri: (generic_uri uri) -> URI::Generic
|
|
end
|
|
end |