Expand description
The Connect trait, and supporting types.
This module contains:
- A default
HttpConnectorthat does DNS resolution and establishes connections over TCP. - The
Connecttrait and related types to build custom connectors.
Modules
The Resolve trait, support types, and some basic implementations.
Structs
Extra information about the connected transport.
A set of properties to describe where and how to try to connect.
A connector for the http scheme.
Extra information about the transport when an HttpConnector is used.
Traits
Connect to a destination, returning an IO transport.