Expand description
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
An iterator of IP addresses returned from getaddrinfo.
A future to resole a name returned by GaiResolver.
A resolver using blocking getaddrinfo calls in a threadpool.
Error indicating a given string was not a valid domain name.
A domain name to resolve into IP addresses.
The future returned by TokioThreadpoolGaiResolver.
A resolver using getaddrinfo calls via the tokio_threadpool::blocking API.
Traits
Resolve a hostname to a set of IP addresses.