sig/utils.rbs in httpx-1.2.4 vs sig/utils.rbs in httpx-1.2.6

- old
+ new

@@ -1,6 +1,10 @@ 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 \ No newline at end of file