Http.VersionVersions.
The type for HTTP versions. Both integers must be in the interval [0;9].
val v11 : tv11 is (1, 1).
val v20 : tv20 is (2, 0).
val v30 : tv30 is (3, 0).
val pp : Stdlib.Format.formatter -> t -> unitpp formats versions for inspection.