Resp_mirage.Makemodule Reader : Resp.READER with type ic = buffermodule Writer : Resp.WRITER with type oc = C.Flow.flowmodule Backend (Data : Resp_server.DATA) : Resp_server.SERVER with type oc = C.Flow.flow and type ic = buffer and type data = Data.data and type Client.t = Data.Client.tmodule Server : sig ... end