Module util

Module util 

Source
Expand description

Util for working with hyper and tower

Structsยง

Connector
A bridge between hyper::client::connect::Connect types and tower_util::MakeConnection.
ConnectorFuture
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.
HttpConnector
A connector for the http scheme.