Module hickory_proto::op

source ·
Expand description

Operations to send with a Client or server, e.g. Query, Message, or UpdateMessage can be used together to either query or update resource records sets.

Re-exports§

Modules§

  • Message metadata
  • Basic protocol message for DNS
  • Operation code for queries, updates, and responses
  • Query struct for looking up resource records
  • All defined response codes in DNS
  • Update related operations for Messages

Structs§

  • Edns implements the higher level concepts for working with extended dns as it is used to create or be created from OPT record data.
  • Identical to crate::op::Query, except that the Name is guaranteed to be in lower case form