package ez_api

  1. Overview
  2. Docs

doc/ez_api.server_s/EzServer/index.html

Module EzServer

val server : ?catch:(string -> exn -> string EzAPIServerUtils.Answer.t Lwt.t) -> ?allow_origin:EzAPIServerUtils.Cors.allow_kind -> ?footer:string -> ?addr:string -> (int * EzAPIServerUtils.server_kind) list -> unit Lwt.t
val shutdown : unit -> unit Lwt.t
val set_debug : unit -> unit