tower/tower-layer
Lucio Franco 83752ab6c2
layer: Add date to changelog
2019-09-11 14:49:23 -04:00
..
src Update tower-layer to std::future (#322) 2019-09-07 00:22:18 -04:00
CHANGELOG.md layer: Add date to changelog 2019-09-11 14:49:23 -04:00
Cargo.toml Pin all the alpha based dependencies (#339) 2019-09-11 13:57:27 -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.