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
.. autofunction:: dns.query.tcp
.. autofunction:: dns.query.send_tcp
.. autofunction:: dns.query.receive_tcp
-
+
+HTTPS
+-----
+
+.. autofunction:: dns.query.https
+
Zone Transfers
--------------