package resp-unix

  1. Overview
  2. Docs

Module Server.MakeSource

Parameters

Signature

Sourcetype ic = Reader.ic
Sourcetype oc = Writer.oc
type data = Data.data
Sourcemodule Client : sig ... end
Sourceval run : server -> ((ic * oc) -> unit Lwt.t) -> unit Lwt.t
Sourcemodule Value : Resp.S with type Reader.ic = ic and type Writer.oc = oc
Sourcemodule Auth = Auth
Sourcetype client = {
  1. data : Client.t;
  2. ic : ic;
  3. oc : oc;
}
Sourcetype command = data -> client -> string -> int -> unit Lwt.t
Sourceval discard_n : client -> int -> unit Lwt.t
Sourceval finish : client -> nargs:int -> int -> unit Lwt.t
Sourceval ok : client -> unit Lwt.t
Sourceval error : client -> string -> unit Lwt.t
Sourceval invalid_arguments : client -> unit Lwt.t
Sourceval send : client -> Resp.t -> unit Lwt.t
Sourceval recv : client -> Resp.t Lwt.t
Sourcetype t
Sourceval create : ?auth:Auth.t -> ?commands:(string * command) list -> ?default:string -> server -> data -> t
Sourceval start : t -> unit Lwt.t
OCaml

Innovation. Community. Security.