commit | 8b9c67b323a82030ed027dc713111a74dc1b96d0 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Sep 24 23:14:19 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Sep 24 23:14:19 2024 +0000 |
tree | 2c690708a451c644fb196ad7484496f43dc2d975 | |
parent | 455fc71ef4d6344335d0e6ab909b364e3009a2af [diff] | |
parent | 56872c1789491b8a4db28106f1dc246de234d22c [diff] |
Snap for 12410557 from 56872c1789491b8a4db28106f1dc246de234d22c to sdk-release Change-Id: I1f0da8c8a14a22b8744c242420542f9fdf1d057d
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.