Service for the and_then combinator, chaining a computation onto the end
of another service which completes successfully.
.and_then() service factory combinator
Apply service combinator
apply() service factory
Apply middleware to a service factory.
Convert Fn(Config) -> Future<Service> fn to NewService
Converter for Fn() -> Future<Service> fn
Service for the map combinator, changing the type of a service’s response.
map_config() adapter service factory
Service for the map_err combinator, changing the type of a service’s
error.
Factory for the map_err combinator, changing the type of a new
service’s error.
MapNewService new service combinator
MapInitErr service combinator
Service for the then combinator, chaining a computation onto the end of
another service.
.then() service factory combinator
unit_config() config combinator