Server.Make
module Auth : Resp_server.AUTH
module Data : Resp_server.DATA
module Auth = Auth
val discard_n : client -> int -> unit Lwt.t
val finish : client -> nargs:int -> int -> unit Lwt.t
val ok : client -> unit Lwt.t
val error : client -> string -> unit Lwt.t
val invalid_arguments : client -> unit Lwt.t
val start : t -> unit Lwt.t