[−][src]Crate actix_service
See Service docs for information on this crate's foundational trait.
Modules
| boxed | |
| dev |
Macros
| always_ready | |
| forward_ready |
Structs
| Pipeline | Pipeline service - pipeline allows to compose multiple service into one service. |
| PipelineFactory | Pipeline factory |
Traits
| IntoService | Trait for types that can be converted to a |
| IntoServiceFactory | Trait for types that can be converted to a |
| Service | An asynchronous operation from |
| ServiceExt | |
| ServiceFactory | Factory for creating |
| ServiceFactoryExt | |
| Transform | The |
Functions
| apply | Apply transform to a service. |
| apply_cfg | Convert |
| apply_cfg_factory | Convert |
| apply_fn | Apply transform function to a service. |
| apply_fn_factory | Service factory that produces |
| fn_factory | Create |
| fn_factory_with_config | Create |
| fn_service | Create |
| into_service | Convert object of type |
| map_config | Adapt external config argument to a config for provided service factory |
| pipeline | Construct new pipeline with one service in pipeline chain. |
| pipeline_factory | Construct new pipeline factory with one service factory. |
| unit_config | Replace config with unit. |