Module tower_web::service [−][src]
Define the web service as a set of routes, resources, middlewares, serializers, ...
ServiceBuilder combines all the various components (routes, resources,
middlewares, serializers, deserializers, catch handlers, ...) and turns it
into an HTTP service.
Structs
| NewWebService |
Creates new |
| ServiceBuilder |
Configure and build a web service. |
| WebService |
The service defined by |