Module rfc1035

Source
Expand description

Record data from RFC 1035: initial record types.

This RFC defines the initial set of record types.

Structs§

A
A record data.
Cname
CNAME record data.
Hinfo
Hinfo record data.
Mb
MB record data.
Md
MD record data.
Mf
MF record data.
Mg
MG record data.
Minfo
Minfo record data.
Mr
MR record data.
Mx
Mx record data.
Ns
NS record data.
Null
Null record data.
Ptr
PTR record data.
Soa
Soa record data.
Txt
TXT record data.
TxtBuilder
Iteratively build TXT record data.
TxtCharStrIter
An iterator over the character strings of a Txt record.
TxtError
An octets sequence does not form valid TXT record data.
TxtIter
An iterator over the character strings of a Txt record.

Enums§

TxtAppendError
An error occurred while append to TXT record data.