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