Skip to main content

Module client

Module client 

Source
Expand description

DNS Client associated classes for performing queries and other operations.

Structs§

Client
A DNS Client implemented over futures-rs.
ClientResponse
A future result of a Client Request
ClientStreamXfr
A stream result of a zone transfer Client Request Accept messages until the end of a zone transfer. For AXFR, it search for a starting and an ending SOA. For IXFR, it do so taking into account there will be other SOA inbetween
ClientStreamingResponse
A stream result of a Client Request
MemoizeClientHandle
A ClientHandle for memoized (cached) responses to queries.

Traits§

ClientHandle
A trait for implementing high level functions of DNS.