package h2

  1. Overview
  2. Docs

Module H2.SettingsSource

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