package http_async

  1. Overview
  2. Docs

Source file version.ml

1
2
3
4
5
type t = Http_1_1 [@@deriving sexp]

let to_string = function
  | Http_1_1 -> "HTTP/1.1"
;;
OCaml

Innovation. Community. Security.