tower/tower-layer
Jon Gjengset 3e73ffc26b
Test out Service::disarm for all tower services
2020-04-03 10:27:30 -04:00
..
src Test out Service::disarm for all tower services 2020-04-03 10:27:30 -04:00
CHANGELOG.md layer: Prepare 0.3.0 Release (#372) 2019-11-29 16:09:47 -05:00
Cargo.toml layer: Prepare 0.3.0 Release (#372) 2019-11-29 16:09:47 -05: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.