package dream

  1. Overview
  2. Docs
Tidy, feature-complete Web framework

Install

Dune Dependency

Authors

Maintainers

Sources

dream-1.0.0-alpha2.tar.gz
sha256=bf19c13f0da7e01cc30b8dfaa1fca1dc8b44a06fb6e0eef56d56513952b9bb01
md5=1220f17530522e488653eb91115867e3

doc/dream.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.