sig/resolver/https.rbs in httpx-0.10.2 vs sig/resolver/https.rbs in httpx-0.11.0

- old
+ new

@@ -37,9 +37,11 @@ def resolve: (Connection, String hostname) -> void | (Connection) -> void | () -> void + def on_response: (Request, response) -> void + def response: (Response) -> void def build_request: (String hostname, "A" | "AAAA") -> Request def decode_response_body: (Response) -> Array[dns_result] \ No newline at end of file