Sha256: 2e7a818f0dc5d72fafea3980bb1041e03edbaf2e89989e080f78cffc0e614fcf
Contents?: true
Size: 442 Bytes
Versions: 6
Compression:
Stored size: 442 Bytes
Contents
module HTTPX module Utils TOKEN: Regexp VALUE: Regexp FILENAME_REGEX: Regexp FILENAME_EXTENSION_REGEX: Regexp URIParser: URI::RFC2396_Parser def self?.parse_retry_after: (String) -> Numeric def self?.now: () -> Float def self?.elapsed_time: (Integer | Float monotonic_time) -> Float def self?.to_uri: (generic_uri uri) -> URI::Generic def self?.get_filename: (String header) -> String? end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
httpx-1.3.4 | sig/utils.rbs |
httpx-1.3.3 | sig/utils.rbs |
httpx-1.3.2 | sig/utils.rbs |
httpx-1.3.1 | sig/utils.rbs |
httpx-1.3.0 | sig/utils.rbs |
httpx-1.2.6 | sig/utils.rbs |