sig/resolver.rbs in httpx-1.1.0 vs sig/resolver.rbs in httpx-1.1.1
- old
+ new
@@ -1,9 +1,9 @@
module HTTPX
type ipaddr = IPAddr | String
module Resolver
- RESOLVE_TIMEOUT: Integer
+ RESOLVE_TIMEOUT: Array[Integer]
@lookup_mutex: Thread::Mutex
type dns_resource = singleton(Resolv::DNS::Resource)
\ No newline at end of file