You can search for identifiers within the package.
in-package search v0.2.0
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 : t
val of_base64 : string -> (t, string) result
RFC7540§3.2.1
val to_base64 : t -> (string, string) result
val pp_hum : Format.formatter -> t -> unit