[][src]Module actix_service::dev

Structs

Apply

Apply service combinator

ApplyServiceFactory

apply() service factory

ApplyTransform

Apply transform to new service

FnService
FnServiceConfig

Convert Fn(&Config) -> Future<Service> fn to NewService

FnServiceFactory
FnServiceNoConfig

Converter for Fn() -> Future<Service> fn

Map

Service for the map combinator, changing the type of a service's response.

MapConfig

map_config() adapter service factory

MapErr

Service for the map_err combinator, changing the type of a service's error.

MapErrServiceFactory

Factory for the map_err combinator, changing the type of a new service's error.

MapInitErr

MapInitErr service combinator

MapServiceFactory

MapNewService new service combinator

TransformMapInitErr

Transform for the map_init_err combinator, changing the type of a new transform's init error.

UnitConfig

unit_config() config combinator