Module Http.VersionSource

Sourcetype t = [
  1. | `HTTP_1_0
  2. | `HTTP_1_1
  3. | `Other of string
]
Sourceval compare : t -> t -> int
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit