sig/resolver/system.rbs in httpx-0.15.4 vs sig/resolver/system.rbs in httpx-0.16.0
- old
+ new
@@ -1,9 +1,11 @@
module HTTPX
module Resolver
class System
include ResolverMixin
+ RESOLV_ERRORS: Array[StandardError] # ResolvError
+
def closed?: () -> true
def empty?: () -> true
def <<: (Connection) -> void
\ No newline at end of file