Resp_mirage.Make
module Reader : Resp.READER with type ic = buffer
module Writer : Resp.WRITER with type oc = C.Flow.flow
module 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.t
module Server : sig ... end