package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 -> 'b t
val shiftv : 'a t list -> int -> 'a t list
val add_len : 'a t -> int -> 'b t
val pp_hum : Stdlib.Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.