package h2

  1. Overview
  2. Docs
A high-performance, memory-efficient, and scalable HTTP/2 library for for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

h2-0.6.0.tbz
sha256=6929ab97c7c53ba993f0681b638ea11179862122592efd81efd85591c7c47915
sha512=9be738856c25f1ca22e55d47cb8f14da46adfc168839bff945aaf32f71d86ad50069dc14ca3bb6b525aeae0fa01c3529b2fc91fff33dd087bdd5e9558e26143e

doc/h2/H2/IOVec/index.html

Module H2.IOVecSource

IOVec

IOVec

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

Innovation. Community. Security.