Versions.HTTP
include module type of sig ... end
type t
= Httpaf.Version.t
=
{
major : int;
minor : int;
}
val compare : t -> t -> int
val to_string : t -> string
val of_string : string -> t
val pp_hum : Stdlib.Format.formatter -> t -> unit
val v1_0 : t
val v1_1 : t
val v2_0 : t