type t = {header_table_size : int; |
enable_push : bool; |
max_concurrent_streams : int; |
initial_window_size : int; |
max_frame_size : int; |
max_header_list_size : int option; |
}val default : tval of_base64 : string -> (t, string) Stdlib.resultval to_base64 : t -> (string, string) Stdlib.resultval pp_hum : Stdlib.Format.formatter -> t -> unit