Module hyper::client::connect [−][src]
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.
Structs
| Connected |
Extra information about the connected transport. |
| Destination |
A set of properties to describe where and how to try to connect. |
| HttpConnector |
A connector for the |
Traits
| Connect |
Connect to a destination, returning an IO transport. |