commit | cf200b514388b8ba4e2a413321b1a2ecce998592 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:14:54 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Thu Aug 08 01:14:54 2024 +0000 |
tree | dbcb265539485f271a761d3b9f2b8cced189a4e0 | |
parent | 0f9e3a9a987d9664abb684010cffc9e53925b43d [diff] | |
parent | 3fa7f82c90e5fe07d1dd8c7fa762fce9ab362cb5 [diff] |
Snap for 12199973 from 3fa7f82c90e5fe07d1dd8c7fa762fce9ab362cb5 to 24Q4-release Change-Id: Ia6a45ba428c4dd7f5f306d9c846307d913581f3b
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.