mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
module HTTPX
|
|
module Utils
|
|
URIParser: URI::RFC2396_Parser
|
|
|
|
def self?.parse_retry_after: (String) -> Numeric
|
|
|
|
def self?.now: () -> Numeric
|
|
|
|
def self?.elapsed_time: (Numeric monotonic_time) -> Numeric
|
|
|
|
def self?.to_uri: (generic_uri uri) -> URI::Generic
|
|
end
|
|
end |