From: Bob Halley Date: Fri, 8 May 2020 13:44:19 +0000 (-0700) Subject: add dns.query.https X-Git-Tag: v2.0.0rc1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509366810e9ec3b95c7b1fc7008d316d14c66f9c;p=thirdparty%2Fdnspython.git add dns.query.https --- diff --git a/doc/query.rst b/doc/query.rst index 77e1c6b7..bd7fcbb6 100644 --- a/doc/query.rst +++ b/doc/query.rst @@ -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 --------------