package resp-mirage

  1. Overview
  2. Docs

Parameters

Signature

type buffer = {
  1. flow : C.Flow.flow;
  2. 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