[][src]Crate tower_hyper

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 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 Chunks, used when receiving bodies.

Connect

Creates a hyper connection

Connection

The connection provided from hyper