commit | a7c75202d721c8494717778da52543b7bc1b1e7d | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sat Sep 21 01:16:13 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sat Sep 21 01:16:13 2024 +0000 |
tree | 2c690708a451c644fb196ad7484496f43dc2d975 | |
parent | cf200b514388b8ba4e2a413321b1a2ecce998592 [diff] | |
parent | 54770412846eb548954d3a511c0c2c1fd4e99a04 [diff] |
Snap for 12397640 from 54770412846eb548954d3a511c0c2c1fd4e99a04 to 24Q4-release Change-Id: Ie478c7e800394574bafcea1544ebb8d54e285738
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.