package sihl-web
-
sihl-web
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val to_opium_builder :
(Sihl_type.Http_route.meth * string * Rock.Handler.t) ->
Opium.App.builder
val routers_to_opium_builders :
Sihl_type.Http_route.router list ->
Opium.App.builder list
val config : int option -> config
val registered_routers : Sihl_type.Http_route.router list Stdlib.ref
val start_cmd : Sihl_core.Command.t
val lifecycle : Sihl_core.Container.Lifecycle.t
val register :
?routers:Sihl_type.Http_route.router list ->
unit ->
Sihl_core.Container.Service.t