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.tval shutdown : unit -> unit Lwt.tval set_debug : unit -> unit