rama
0.3.0-alpha.4
Module core
Module Items
Modules
Traits
In rama::
utils::
tower
rama
::
utils
::
tower
Module
core
Copy item path
Expand description
re-exported tower-rs crates
Modules
§
layer
Layer traits and extensions.
service
Definition of the core
Service
trait to Tower
Traits
§
Layer
Decorates a
Service
, transforming either the request or the response.
Service
An asynchronous function from a
Request
to a
Response
.