Parameter Make_endpoints.Internal

type ('a, 'w, 'r) t

The type of internal endpoints. Some other endpoints (batching, metrics) will be added automatically.

val route_internal : ('a, 'w, 'r) t -> ('a, 'w, 'r) Madge.Route.t

Routes of internal endpoints, without the /api prefix.

type wrapped =
  1. | W : ('a, 'r Lwt.t, 'r) t -> wrapped
val all : wrapped list
type 'w wrapped' =
  1. | W' : ('a, 'w, 'r) t -> 'w wrapped'
val all' : unit -> 'w wrapped' list
val name : ('a, 'w, 'r) t -> string