package resp-unix

  1. Overview
  2. Docs

Module Resp_unix.ServerSource

Sourcemodule Make (Auth : Resp_server.AUTH) (Data : sig ... end) : Resp_server.S with module Auth = Auth and type ic = Reader.ic and type oc = Writer.oc and type server = Conduit_lwt_unix.ctx * Conduit_lwt_unix.server and type client = Reader.ic * Writer.oc and type data = Data.data
Sourcemodule Default : Resp_server.S with type Auth.t = string and type ic = Reader.ic and type oc = Writer.oc and type server = Conduit_lwt_unix.ctx * Conduit_lwt_unix.server and type client = Reader.ic * Writer.oc and type data = unit