package resp-server

  1. Overview
  2. Docs
module Reader : Resp.READER with type ic = Server.ic
module Writer : Resp.WRITER with type oc = Server.oc
val write : Writer.oc -> Resp.t -> unit Lwt.t
val read : Reader.ic -> Resp.t Lwt.t