Source file http.ml

1
2
3
4
5
6
7
open Sihl_type

module type Sig = sig
  include Sihl_core.Container.Service.Sig

  val register : ?routers:Http_route.router list -> unit -> Sihl_core.Container.Service.t
end