commit | c40c0e5bf25e0a7a40a53adc9aca1fdc76510ab9 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Wed Aug 07 20:52:12 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Aug 07 20:52:12 2024 +0000 |
tree | dbcb265539485f271a761d3b9f2b8cced189a4e0 | |
parent | 0f9e3a9a987d9664abb684010cffc9e53925b43d [diff] | |
parent | bc3584ac504589d3a55a46e031b870e616a7303e [diff] |
Update Android.bp by running cargo_embargo am: bc3584ac50 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/tower-layer/+/3209057 Change-Id: Id40e96ab81a8b2fb72b9886ba6e4bb64061cdb97 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.