Expand description
Name resolvers.
NOTE: Resolver is deep configuration of ureq and is not required for regular use.
Name resolving is pluggable. The resolver’s duty is to take a URI and translate it
to a socket address (IP + port). This is done as a separate step in regular ureq use.
The hostname is looked up and provided to the Connector.
In some situations it might be desirable to not do this lookup, or to use another system than DNS for it.
Structs§
- Default resolver implementation.
Enums§
- Configuration of IP family to use.
Traits§
- Trait for name resolvers.
Type Aliases§
- Addresses as returned by the resolver.