package resp-mirage

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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
module Client : Resp_client.S with type params = C.t * Conduit_mirage.client and type t = Reader.ic * Writer.oc
OCaml

Innovation. Community. Security.