[−][src]Module hyper::client::connect::dns
The Resolve trait, support types, and some basic implementations.
This module contains:
- A
GaiResolverthat is the default resolver for theHttpConnector. - The
Resolvetrait and related types to build a custom resolver for use with theHttpConnector.
Structs
| GaiAddrs |
An iterator of IP addresses returned from |
| GaiFuture |
A future to resole a name returned by |
| GaiResolver |
A resolver using blocking |
| Name |
A domain name to resolve into IP addresses. |
| TokioThreadpoolGaiFuture |
The future returned by |
| TokioThreadpoolGaiResolver |
A resolver using |
Traits
| Resolve |
Resolve a hostname to a set of IP addresses. |