package cohttp-async

  1. Overview
  2. Docs
include Cohttp.S.IO with type 'a t = 'a Async_kernel.Deferred.t and type ic = Async_unix.Reader.t and type oc = Async_unix.Writer.t
type 'a0 t = 'a Async_kernel.Deferred.t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t
type ic = Async_unix.Reader.t
type oc = Async_unix.Writer.t
type conn
val read_line : ic -> string option t
val read : ic -> int -> string t
val write : oc -> string -> unit t
val flush : oc -> unit t
OCaml

Innovation. Community. Security.