tower/tower-layer
Jon Gjengset 2653f70884 Bumps for 0.3.0-alpha.2 (#355)
* Bump all to futures-* alpha.19

* Prepare for alpha.2 release

* Make tower-service also a path dep

* Use new tokio alpha
2019-09-30 18:56:26 -04:00
..
src Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -04:00
CHANGELOG.md Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -04:00
Cargo.toml Bumps for 0.3.0-alpha.2 (#355) 2019-09-30 18:56:26 -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.