Expand description
A tower hyper bridge library that provides utilties to use hyper with a tower middleware stack.
§Overview
This library is comprised of client and server modules. Currently, only the client portion is done and working. The server side is blocked partially by hypers use of its own Service and MakeService traits.
Re-exports§
pub use client::Client;
pub use client::Connect;
pub use client::Connection;
pub use server::Server;
Modules§
- body
- Tower <-> hyper body utilities
- client
- The client portion of
tower-hyper
. - server
- The server porition of tower hyper
- util
- Util for working with hyper and tower
Structs§
- Body
- A stream of
Chunk
s, used when receiving bodies.