Module service

Source
Expand description

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 WebService values.
ServiceBuilder
Configure and build a web service.
WebService
The service defined by ServiceBuilder.