sig/resolver/native.rbs in httpx-1.2.4 vs sig/resolver/native.rbs in httpx-1.2.6
- old
+ new
@@ -57,9 +57,11 @@
def generate_candidates: (String) -> Array[String]
def build_socket: () -> (UDP | TCP)
+ def downgrade_socket: () -> void
+
def transition: (Symbol nextstate) -> void
def handle_error: (NativeResolveError | StandardError) -> void
def reset_hostname: (String hostname, ?connection: Connection, ?reset_candidates: bool) -> void
\ No newline at end of file