tower/tower-buffer
Lucio Franco c5d70481bd
layer: Add tower-layer and the Layer trait (#163)
This change introduces the new `tower-layer` crate and the foundational `Layer` trait to go along with it. This trait allows one to easily compose a set of `Service`s that take an inner service. These services only modify the request/response. This also provides the `Layer` implementation for many of the tower crates.
2019-02-27 15:28:42 -05:00
..
2017-11-16 09:44:44 -08:00

Tower Buffer

Tower middleware providing a buffering layer in front of an inner Service.