package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. major : int;
  2. minor : int;
}
val v1_0 : t
val v1_1 : t
val to_buffer : Stdlib.Buffer.t -> t -> unit
val compare : t -> t -> int
val to_string : t -> string
val of_string : string -> t
val pp_hum : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.