package httpaf_caged

  1. Overview
  2. Docs

Module Httpaf_caged.IOVec

type !'a t = 'a Faraday.iovec = {
  1. buffer : 'a;
  2. off : int;
  3. len : int;
}
val length : 'a t -> int
val lengthv : 'a t list -> int
val shift : 'a t -> int -> 'a t
val shiftv : 'a t list -> int -> 'a t list
val pp_hum : Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.