Service.OpiumSourceinclude Core.Container.Service.SigRegister HTTP routes that are served by the web server.
Start a HTTP server.
This Lwt.t resolves immediately and the web server starts in the background. The web server serves the registered routes.
val configure :
(string * Http.Route.t list * Middleware.stack) list ->
Core.Configuration.data ->
Core.Container.Service.t