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/Settings/index.html

Module H2.SettingsSource

Sourcetype t = {
  1. header_table_size : int;
  2. enable_push : bool;
  3. max_concurrent_streams : int;
  4. initial_window_size : int;
  5. max_frame_size : int;
  6. max_header_list_size : int option;
}
Sourceval default : t
Sourceval of_base64 : string -> (t, string) result
Sourceval to_base64 : t -> (string, string) result
Sourceval pp_hum : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.