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) result
val to_base64 : settings_list -> (string, string) result
val pp_hum : Format.formatter -> settings_list -> unit