package h2

  1. Overview
  2. Docs
type key =
  1. | HeaderTableSize
  2. | EnablePush
  3. | MaxConcurrentStreams
  4. | InitialWindowSize
  5. | MaxFrameSize
  6. | MaxHeaderListSize
type value = int
type settings_list = (key * value) list
val of_base64 : string -> (settings_list, string) Stdlib.result
val to_base64 : settings_list -> (string, string) Stdlib.result
val pp_hum : Stdlib.Format.formatter -> settings_list -> unit
OCaml

Innovation. Community. Security.