commit | 455fc71ef4d6344335d0e6ab909b364e3009a2af | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:13:31 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Sep 10 23:13:31 2024 +0000 |
tree | dbcb265539485f271a761d3b9f2b8cced189a4e0 | |
parent | 7d23c493591c0c6f6d23fa9f7b4e8b5c3a96f209 [diff] | |
parent | c40c0e5bf25e0a7a40a53adc9aca1fdc76510ab9 [diff] |
Snap for 12349386 from c40c0e5bf25e0a7a40a53adc9aca1fdc76510ab9 to sdk-release Change-Id: Ie2685e11f6708545e59467106a1280a5e704d82b
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.