package ocamlapi

  1. Overview
  2. Docs

Path-based http request routing.

module Route_exceptions : sig ... end
module Make_with_config (Req : Cohttp.S.Request) (Body : sig ... end) (Resp : Cohttp.S.Response) (IO : sig ... end) (Config : sig ... end) : sig ... end

Instantiate a Router module with custom default values.

module Make (Req : Cohttp.S.Request) (Body : sig ... end) (Resp : Cohttp.S.Response) (IO : sig ... end) : sig ... end

Instantiate a Router module.