Expand description
Util for working with hyper and tower
Structsยง
- Connector
- A bridge between
hyper::client::connect::Connecttypes andtower_util::MakeConnection. - Connector
Future - The future that resolves to the eventual inner transport
as built by
hyper::client::connect::Connect. - Destination
- A set of properties to describe where and how to try to connect.
- Http
Connector - A connector for the
httpscheme.