Module Ocamlapi__.Router_trie

module Make_with_config : functor (Req : Cohttp.S.Request) -> functor (Body : Ocamlapi__.S.Body) -> functor (Resp : Cohttp.S.Response) -> functor (IO : Ocamlapi__.S.Io) -> functor (Config : Ocamlapi__.S.Router_config with type req := Req.t and type body := Body.t and type resp := Resp.t and type 'a io := 'a IO.t) -> Ocamlapi__.S.Router with type req := Req.t and type body := Body.t and type resp := Resp.t and type 'a io := 'a IO.t

Instantiate a Router module with custom default values.

module Make : functor (Req : Cohttp.S.Request) -> functor (Body : Ocamlapi__.S.Body) -> functor (Resp : Cohttp.S.Response) -> functor (IO : Ocamlapi__.S.Io) -> Ocamlapi__.S.Router with type req := Req.t and type body := Body.t and type resp := Resp.t and type 'a io := 'a IO.t

Instantiate a Router module.