package dream-httpaf

  1. Overview
  2. Docs
type t
val is_closed : t -> bool
val schedule_read : t -> on_eof:(unit -> unit) -> on_read:(Bigstringaf.t -> off:int -> len:int -> unit) -> unit
val close : t -> unit