tower/tower-layer
Jon Gjengset db116d1937
Update tower-layer to std::future (#322)
This bumps tower-layer to 0.3.0-alpha.1
2019-09-07 00:22:18 -04:00
..
src Update tower-layer to std::future (#322) 2019-09-07 00:22:18 -04:00
CHANGELOG.md Update tower-layer to std::future (#322) 2019-09-07 00:22:18 -04:00
Cargo.toml Update tower-layer to std::future (#322) 2019-09-07 00:22:18 -04:00
LICENSE layer: Add `tower-layer` and the `Layer` trait (#163) 2019-02-27 15:28:42 -05:00
README.md layer: Add `tower-layer` and the `Layer` trait (#163) 2019-02-27 15:28:42 -05:00

README.md

Tower Layer

Decorates a Service, transforming either the request or the response.

Overview

Often, many of the pieces needed for writing network applications can be reused across multiple services. The Layer trait can be used to write reusable components that can be applied to very different kinds of services; for example, it can be applied to services operating on different protocols, and to both the client and server side of a network transaction.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.