Expand description
Server component for hosting a domain name servers operations.
Structs§
- Request
- An incoming request to the DNS catalog
- Request
Info - A narrow view of the Request, specifically a verified single query for the request
- Response
Handle - A handler for wrapping a BufStreamHandle, which will properly serialize the message and add the associated destination.
- Response
Info - Information about the response sent for a request
- Server
Future - A Futures based implementation of a DNS server
- Timeout
Stream - This wraps the underlying Stream in a timeout.
Traits§
- Request
Handler - Trait for handling incoming requests, and providing a message response.
- Response
Handler - A handler for send a response to a client