]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add dns.query.https
authorBob Halley <halley@dnspython.org>
Fri, 8 May 2020 13:44:19 +0000 (06:44 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 8 May 2020 13:44:19 +0000 (06:44 -0700)
doc/query.rst

index 77e1c6b7a1a233f776b5c9678ca456e4765b669c..bd7fcbb6bc7fb7252b971d760d68b4d624fb5ac6 100644 (file)
@@ -10,7 +10,7 @@ you should use the higher level ``dns.resolver`` module; see :ref:`resolver`.
 
 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 in
+individually for situations where more sophisticated I/O handling is
 being used by the application.
 
 UDP
@@ -26,7 +26,12 @@ TCP
 .. autofunction:: dns.query.tcp
 .. autofunction:: dns.query.send_tcp
 .. autofunction:: dns.query.receive_tcp
-      
+
+HTTPS
+-----
+
+.. autofunction:: dns.query.https
+
 Zone Transfers
 --------------