message.rst 562 B

1234567891011121314151617181920212223
  1. .. module:: dns.message
  2. .. _message:
  3. DNS Messages
  4. ============
  5. Objects of the dns.message.Message class represent a single DNS message,
  6. as defined by `RFC 1035 <https://tools.ietf.org/html/rfc1035>`_ and its
  7. many updates and extensions.
  8. The module provides tools for constructing and manipulating messages.
  9. TSIG signatures and EDNS are also supported. Messages can be dumped to
  10. a textual form, and also read from that form.
  11. .. toctree::
  12. message-class
  13. message-make
  14. message-flags
  15. message-opcode
  16. message-rcode
  17. message-edns
  18. message-update