Module EzAPIServerCohttp
module Server = Cohttp_lwt_unix.Serverval set_debug : unit -> unitval register_ip : Cohttp.Request.t -> Conduit_lwt_unix.flow -> float -> unitval meth_from_cohttp : Cohttp.Request.t -> [> EzAPI.Meth.all ] optionval version_from_cohttp : Cohttp.Request.t -> [> EzAPIServerUtils.Req.version ] optionval debug_cohttp : Cohttp.Request.t -> unitval dispatch : ?catch:(string -> exn -> string EzAPIServerUtils.Answer.t Lwt.t) -> EzAPIServerUtils.server -> Conduit_lwt_unix.flow -> Cohttp.Request.t -> Cohttp_lwt.Body.t -> Cohttp_lwt_unix.Server.response_action Lwt.tval create_server : ?catch:(string -> exn -> string EzAPIServerUtils.Answer.t Lwt.t) -> int -> EzAPIServerUtils.server_kind -> unit Lwt.tval server : ?catch:(string -> exn -> string EzAPIServerUtils.Answer.t Lwt.t) -> (int * EzAPIServerUtils.server_kind) list -> unit Lwt.t