Module ntex_service::dev
source · Structs
Service for the
and_then combinator, chaining a computation onto the end
of another service which completes successfully..and_then() service factory combinatorApply service combinatorapply() service factoryApply middleware to a service factory.Convert
Fn(Config) -> Future<Service> fn to NewServiceConverter for
Fn() -> Future<Service> fnService for the
map combinator, changing the type of a service’s response.map_config() adapter service factoryService 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 combinatorMapInitErr service combinatorService for the
then combinator, chaining a computation onto the end of
another service..then() service factory combinatorunit_config() config combinator