Encoder for DNS TXT (Text) resource records (Type 16).
Holds arbitrary text strings, commonly used for SPF, DKIM, and domain verification.
RFC 1035 Section 3.3.14
Static
Readonly
IANA resource record type identifier
Decodes a TXT record from the byte stream.
the byte stream reader
the decoded text strings
Encodes a TXT record into the byte stream.
the byte stream writer
the text strings to encode
Encoder for DNS TXT (Text) resource records (Type 16).
Holds arbitrary text strings, commonly used for SPF, DKIM, and domain verification.
See
RFC 1035 Section 3.3.14