package git-mirage

  1. Overview
  2. Docs
type ic
type oc
val with_connection : ?ctx:ctx -> Uri.t -> ?init:string -> ((ic * oc) -> 'a Lwt.t) -> 'a Lwt.t
val read_all : ic -> string list Lwt.t
val read_exactly : ic -> int -> string Lwt.t
val write : oc -> string -> unit Lwt.t
val flush : oc -> unit Lwt.t