piaf.httpaf
Httpaf.IOVec
IOVec
piaf
piaf.h2
piaf.h2-lwt
piaf.h2-lwt-unix
piaf.hpack
piaf.httpaf-lwt
piaf.httpaf-lwt-unix
piaf.multipart
piaf.multipart_form
type 'a t = 'a Faraday.iovec = {
buffer : 'a;
off : int;
len : int;
}
val length : _ t -> int
val lengthv : _ t list -> int
val shift : 'a t -> int -> 'a t
val shiftv : 'a t list -> int -> 'a t list
val pp_hum : Format.formatter -> _ t -> unit