[][src]Module tower_hyper::util

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.