package dream-httpaf

  1. Overview
  2. Docs
Internal: shared http/af stack for Dream (server) and Hyper (client)

Install

Dune Dependency

Authors

Maintainers

Sources

dream-1.0.0-alpha6.tar.gz
sha256=8d3b6344c0e175aca628b3d5bb8ee58265e8c1074fc2d40d63f136fef83daf90

doc/dream-httpaf.dream-h2/Dream_h2/H2/Settings/index.html

Module H2.SettingsSource

Sourcetype t = {
  1. header_table_size : int;
  2. enable_push : bool;
  3. max_concurrent_streams : int32;
  4. initial_window_size : int32;
  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.