]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
async https doco
authorBob Halley <halley@dnspython.org>
Sat, 20 Nov 2021 14:26:14 +0000 (06:26 -0800)
committerBob Halley <halley@dnspython.org>
Sat, 20 Nov 2021 14:26:14 +0000 (06:26 -0800)
doc/async-query.rst

index 7202bdf046d9d9dba422ffe2ce69838d310a169d..dc226923d12bd45284d9fc2343eb0e1dd3783852 100644 (file)
@@ -9,8 +9,10 @@ processing their responses.  If you want "stub resolver" behavior, then
 you should use the higher level ``dns.asyncresolver`` module; see
 :ref:`async_resolver`.
 
-There is currently no support for DNS-over-HTTPS using asynchronous
-I/O but we hope to offer this in the future.
+For UDP and TCP, the module provides a single "do everything" query
+function, and also provides the send and receive halves of this function
+individually for situations where more sophisticated I/O handling is
+being used by the application.
 
 UDP
 ---
@@ -32,6 +34,12 @@ TLS
 
 .. autofunction:: dns.asyncquery.tls
 
+HTTPS
+-----
+
+.. autofunction:: dns.asyncquery.https
+
+
 Zone Transfers
 --------------