Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Resp_unix.Server
Sourcemodule Make
(Auth : Resp_server.AUTH)
(Data : Resp_server.DATA) :
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 data = Data.data
and type Client.t = Data.Client.t
module 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 data = unit
and type Client.t = unit