Module Resp_mirage.Make

Parameters

module C : Conduit_mirage.S

Signature

type buffer = {
flow : C.Flow.flow;
mutable buffer : Cstruct.t;
}
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
module Client : Resp_client.S with type params = C.t * Conduit_mirage.client and type t = Reader.ic * Writer.oc