DNS.Query (dns v2.2.0)

TODO: docs

Link to this section Summary

Functions

Converts a :dns_query record into a DNS.Query.

Converts a DNS.Query struct to a :dns_query record.

Link to this section Types

Specs

t() :: %DNS.Query{class: term(), domain: term(), type: term()}

Link to this section Functions

Link to this function

from_record(file_info)

Converts a :dns_query record into a DNS.Query.

Link to this function

to_record(query)

Converts a DNS.Query struct to a :dns_query record.