commit | 54770412846eb548954d3a511c0c2c1fd4e99a04 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Fri Sep 20 17:29:16 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Fri Sep 20 17:29:16 2024 +0000 |
tree | 2c690708a451c644fb196ad7484496f43dc2d975 | |
parent | 3fa7f82c90e5fe07d1dd8c7fa762fce9ab362cb5 [diff] | |
parent | 827eb94c6dc964fddea813524cdfe5b6cc3ea987 [diff] |
Migrate 26 crates to monorepo am: 56872c1789 am: 827eb94c6d Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tower-layer/+/3272779 Change-Id: I6086f690ca8ea7fb1fbb7427e6b21646daa54500 Signed-off-by: Automerger Merge Worker <[email protected]>
Decorates a Tower Service
, transforming either the request or the response.
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.
This project is licensed under the MIT license.
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.