[][src]Module actix_service::dev

Structs

AndThenService

Service for the and_then combinator, chaining a computation onto the end of another service which completes successfully.

AndThenServiceFactory

.and_then() service factory combinator

Apply

Apply service combinator

ApplyConfigService

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

ApplyConfigServiceFactory

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

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() service combinator

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

ThenService

Service for the then combinator, chaining a computation onto the end of another service.

ThenServiceFactory

.then() service factory combinator

UnitConfig

unit_config() config combinator