Module Dream_httpaf_.VersionSource

Sourcetype t = {
  1. major : int;
  2. minor : int;
}
Sourceval v1_0 : t
Sourceval v1_1 : t
Sourceval to_buffer : Buffer.t -> t -> unit
Sourceval compare : t -> t -> int
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval pp_hum : Format.formatter -> t -> unit