summaryrefslogtreecommitdiff
path: root/doc/trio-query.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/trio-query.rst')
-rw-r--r--doc/trio-query.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/trio-query.rst b/doc/trio-query.rst
deleted file mode 100644
index d4d0392..0000000
--- a/doc/trio-query.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-.. module:: dns.trio.query
-.. _trio-query:
-
-DNS Query Support
-=================
-
-The ``dns.trio.query`` module is for sending messages to DNS servers, and
-processing their responses. If you want "stub resolver" behavior, then
-you should use the higher level ``dns.trio.resolver`` module; see
-:ref:`trio_resolver`.
-
-There is currently no support for zone transfers or DNS-over-HTTPS
-using Trio, but we hope to offer this in the future.
-
-UDP
----
-
-.. autofunction:: dns.trio.query.udp
-.. autofunction:: dns.trio.query.udp_with_fallback
-.. autofunction:: dns.trio.query.send_udp
-.. autofunction:: dns.trio.query.receive_udp
-
-Streams (TCP and TLS)
----------------------
-
-.. autofunction:: dns.trio.query.stream
-.. autofunction:: dns.trio.query.send_stream
-.. autofunction:: dns.trio.query.receive_stream