[−][src]Crate actix_service
Modules
| blank | |
| boxed |
Structs
| AndThen | Service for the |
| AndThenNewService |
|
| ApplyNewService |
|
| FromErr | Service for the |
| FromErrNewService | NewService for the |
| Map | Service for the |
| MapConfig |
|
| MapErr | Service for the |
| MapErrNewService | NewService for the |
| MapInitErr |
|
| MapNewService |
|
| ServiceFn | |
| Then | Service for the |
| ThenNewService |
|
| UnitConfig |
|
Enums
| MappedConfig |
Traits
| IntoNewService | Trait for types that can be converted to a |
| IntoService | Trait for types that can be converted to a |
| IntoTransform | Trait for types that can be converted to a transform service |
| NewService | Creates new |
| Service | An asynchronous function from |
| ServiceExt | An extension trait for |
| Transform | The |
Functions
| apply_cfg | Convert |
| apply_fn | Apply tranform function to a service |
| apply_transform | Apply transform to service factory. Function returns services factory that in initialization creates service and applies transform to this service. |
| new_apply_cfg | Convert |
| new_apply_fn | Create factory for |
| new_service_cfg | Create |
| new_service_fn | Create |
| service_fn | Create |
| transform_fn | Use function as transform service |