sig/resolver/https.rbs in httpx-0.22.5 vs sig/resolver/https.rbs in httpx-0.23.0
- old
+ new
@@ -32,9 +32,11 @@
def parse: (Request request, Response response) -> void
def build_request: (String hostname) -> Request
- def decode_response_body: (Response) -> Array[dns_result]?
+ def decode_response_body: (Response) -> dns_decoding_response
+
+ def reset_hostname: (String hostname, ?reset_candidates: bool) -> Connection?
end
end
end
\ No newline at end of file